Versions Compared

Key

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

...

Mail settings allow the choice of PHP or SMTP mail methods, and whether or not to send HTML email. HTML email content can be specified alongside text content in Email Templates. The ability to specify an SMTP server in multi-company installations is especially useful because email for those companies may originate from different domains. With SPF and DKIM becoming more popular, using the appropriate mail server is important for deliverability.

Image Removed

OptionDescription
Enable HTMLCheck to enable sending HTML emails. A text version of the email will also be sent, to ensure users with HTML content disabled can still read the message.
Delivery MethodSMTP uses an SMTP server for mail delivery. PHP will attempt to send email through PHP. SMTP is generally faster, more secure, and more reliable, so that is the recommended option.
Test These SettingsClick this button to validate the entered SMTP credentials.
SMTP SecuritySets the security protocol used to communicate with the SMTP server.
SMTP PortSets the port used to communicate with the SMTP server.
SMTP UserThe SMTP user to send mail through.
SMTP PasswordThe password for the SMTP user.

...

If using Gmail, or Google as your SMTP provider, please select TLS for security and use port 587.

In order to send from a different address, you must create an alias and allow your email address to do so.

  1. First create the Alias, you can do that by following the steps at this link: https://support.google.com/a/answer/33327?hl=en
  2. Once you've created the Alias go to Settings > Accounts, where it says "Send mail as:" click "Add another email address."
  3. A new window will appear, enter your name and the alias you created and check the box that says "Treat as an alias."

Note: If you have configured various email addresses in your Email Templates. You have to create each alias in Gmail and allow it.