Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

You have tried to access an archived page. Please go to the new https://root360.atlassian.net/wiki/spaces/KB to find more documents.

...

In most cases, sending e-mails is necessary to ensure active customer communication. What are the options to send mail via servers in a root360 environment?

Table of Contents

Sendmail() / localhost

The default in many PHP applications is sending via the PHP internal function sendmail(). Sendmail() some other mail programs are installed on every Linux instance.

...

Sending mail via an external SMTP server as a mail relay is a common option for secure e-mail sending. Please note that AWS monitors port 25 for spam protection and may throttle it.

Note

Therefore, root360 recommends the encrypted transmission via TLS / SSL to port 465 or 587.

AWS Simple E-Mail Service (SES)

...