Sending email from websites

From ULYSSIS documentation
Revision as of 04:33, 21 July 2019 by Bert (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Sending email is fairly similar on most hosting service. ULYSSIS hosting is not too different in that sense. We do use a queueing system to detect accounts that are being abused by malicious actors to send spam.

How?

In PHP and most other programming languages, content management systems (CMS), and frameworks, you can use the buildin email function. This may be referred to with names such as buildin, default, standard, local or sendmail.

Delay and limitations