Email Settings

Overview
Update your email settings.
General > Mail Protocol
SMTP - If you prefer to use a SMTP service or server. This is generally more reliable, but can be disabled on many shared servers.

PHP Mail Function - Assumes you have an internal mail server. If you choose this option, all other SMTP configuration options are ignored except Host and Port Number. For the PHP mail function host is generally "localhost" and port is 25 (or 587), but check with your host. Also note that if this is enabled messages are ONLY sent in plain text format. Finally, some servers restrict outgoing messages to none internal mailboxes. If this fails you should try and use SMTP.
General > Host/IP
Enter mail server host or IP address
General > Port
Enter port number.
General > SMTP Username
Enter username if authentication is required.
General > SMTP Password
Enter password if authentication is required. If you are using Gmail, DO NOT use your actual Gmail password. Instead you should enter an App specific password which you have created in your Google account.
Headers > Mail "From" Name
Enter preferred "From Name" for emails.
Headers > Mail "From" Email
Enter preferred "From Email" for emails.
Headers > Mail "Reply-To" Name
Enter preferred "Reply Name" for emails.
Headers > Mail "Reply-To" Email
Enter preferred "Reply Email" for emails.
Options > Mail Security
Specify security if your mail server requires it.
Options > Additional Emails (Comma Delimit)
Enter additional notification emails if required. Any email sent to the main email in the settings will also be copied to these addresses.
Options > SSL/TLS Only - Do Not Verify Certificates
Enable if you are having mail issues with certificates on later versions of PHP. This is not recommended.
Options > Enable SMTP Debugging
If set, logs all mail requests to 'logs' folder. Can be useful for debugging SMTP issues.
Send Test Email(s)
Once your email settings are in place, click this button to test. You will receive emails to your main email and additional email addresses. If there are issues, refer to the mail log created in the 'logs' folder (if logging is enabled and you are using SMTP).