Versions Compared

Key

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

...

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 SecurityHostSets Set the security protocol host name 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.
Test From AddressThe from address to use when testing the settings.
Test To AddressThis is only for testing the send mail command and will be used to send a test email to the specified email address (or a random disposable one).

Email Templates

All available email templates for the authenticated company are available here and are available for edit. Each template is available for edit in all installed languages, in both HTML and Text. Email templates support Conditional Statements, Loops, and Filters. Details and syntax for these are described under Customizing Emails.

...