Difference between revisions of "Email Sending Issues"

From WHMCS Documentation

(Common Errors)
m
Line 1: Line 1:
There may be occasions where emails are not being sent as expected by the system. The problem is usually a misconfiguration, this page explains the symptoms, causes and resolutions to the most common email sending problems.
+
Sometimes, the system may not send mail using the expected methods. The problem is usually a misconfiguration.
  
 
==Emails Not Sending==
 
==Emails Not Sending==
 +
 
===General Emails===
 
===General Emails===
If general emails are not being sent (such as client sign-up confirmation, order confirmation etc.) you can take the following steps to ensure it is setup properly for the emails to be sent out.
+
 
 +
If the system isn't sending general emails, such as client sign-up or order confirmations, take the following steps to ensure a correct setup.
  
 
First, check these points:
 
First, check these points:
#Ensure the email template is not disabled under Setup > Email Templates.
 
#There are no custom action hooks in the /includes/hooks and /modules/addons directories that could be preventing email sending.
 
#Can the email be sent manually?
 
  
If the issue is still not resolved:
+
#Check whether you have disabled the email template in Setup > Email Templates.
#Do you see the email in the Utilities > Logs > Email Message Log page?
+
#Check whether custom action hooks that could prevent email from sending exist in the <tt>/includes/hooks</tt> and <tt>/modules/addons</tt> directories.
#Is there an error at the time of email sending under Utilities > Logs > [[Activity_Logs|Activity Log]]?
+
#Check whether you can send the emails manually.
 +
 
 +
If the above steps don't resolve the issue:
 +
 
 +
#Check whether any email is on the Utilities > Logs > Email Message Log page.
 +
#Check whether an error occurs at the time of email sending under Utilities > Logs > [[Activity_Logs|Activity Log]]?
  
 
'''No Error in Activity Log:'''<br/>
 
'''No Error in Activity Log:'''<br/>
If a message is recorded in the Email Message Log and there's no error in the Activity Log we can conclude it left WHMCS without any errors from your mail server. Therefore the problem is one of email delivery and not a WHMCS software issue. Please contact your mail server administrator to investigate.
 
  
There are a number of Email Templates that are not recorded in the Email Message Log to protect the sensitive data they contain, these are:  
+
If a message exists in the Email Message Log and there are no errors in the Activity Log, the message likely left WHMCS without any errors from your mail server. Therefore, the problem is one of email delivery and not a WHMCS software issue. Contact your mail server administrator to investigate.
 +
 
 +
There are many Email Templates that the Email Message Log doesn't record, in order to protect the sensitive data they contain. These are:  
  
* Automated Password Reset
+
* Automated Password Reset.
* Client Email Address Verification
+
* Client Email Address Verification.
* Password Reset Validation
+
* Password Reset Validation.
  
In addition to this, there a number of Email Templates that won't be CC'd or BCC'ed at the template level, these are:
+
In addition to this, there a number of Email Templates that the system won't CC or BCC at the template level. These are:
  
* Password Reset Validation
+
* Password Reset Validation.
* Password Reset Confirmation
+
* Password Reset Confirmation.
* Automated Password Reset
+
* Automated Password Reset.
  
 
===Product Welcome Email===
 
===Product Welcome Email===
Problems with the sending of the welcome email are typically related an issue with the creation of the account. As such please refer to [[Auto Setup Issues]] to troubleshoot.
 
  
 +
Problems with the sending of the welcome emails are typically due to an issue with account creation. For more information, see [[Auto Setup Issues]].
  
 
===Support Ticket Notifications===
 
===Support Ticket Notifications===
If support ticket notification emails are not being sent to staff (such as new support tickets, new client reply etc.) you can take the following steps to ensure it is setup properly for the notifications to be sent out.
 
  
First, check these 3 things:
+
If the system isn't sending support ticket notification emails to your staff (for example, new support tickets or new client replies) take the following steps to ensure it is set up properly:
#Please ensure the 'Enable Ticket Notifications' options are ticked under Setup > Staff Management > Administrator Users > Edit
+
 
#The "Support Emails' option should also be ticked under Setup > Staff Management > Administrator Roles > Edit
+
First, check these points:
#Finally, ensure the admin ticket notification emails are not disabled under Setup > Email Templates.
 
  
If the issue is still not resolved:
+
#Check whether you have selected the 'Enable Ticket Notifications' options under Setup > Staff Management > Administrator Users > Edit.
#Ensure the Setup > General Settings > Support tab > Disable Reply Email Logging option is UNticked and reproduce the issue.
+
#Check whether you have selected the "Support Emails' option under Setup > Staff Management > Administrator Roles > Edit.
#Is there an error at the time of email sending under Utilities > Logs > Activity Log?
+
#Check whether the admin ticket notification emails are disabled under Setup > Email Templates.
 +
 
 +
If the above steps don't resolve the issue:
 +
 
 +
#Check whether you have selected the Setup > General Settings > Support tab > Disable Reply Email Logging option. After deselecting it, attempt to replicate the issue.
 +
#Check whether there's an error at the time of email sending under Utilities > Logs > Activity Log.
  
 
'''No Error in Activity Log:'''
 
'''No Error in Activity Log:'''
If there is no error in the Activity Log at the time of email sending we can conclude it left WHMCS without any errors from your mail server. Therefore the problem is one of email delivery and not a WHMCS software issue. Please contact your mail server administrator to investigate.
 
  
 +
If there is no error in the Activity Log at the time of email sending, this indicates that the email left WHMCS without any errors from your mail server. Therefore, the problem is one of email delivery and not a WHMCS software issue. Contact your mail server administrator to investigate.
  
 
==Emails Flagged as Spam==
 
==Emails Flagged as Spam==
There are multiple reasons why emails sent by a WHMCS installation may be sent to a spam folder or rejected, most relating to server configuration. WHMCS Email templates in themselves should not trigger any standard spam rules. Here are some points to check:
+
 
 +
There are multiple reasons why systems may deliver emails from a WHMCS installation to a spam folder or reject them. Usually, this is due to the server configuration. WHMCS email templates should not trigger any standard spam rules.  
 +
 
 +
First, check these points:
 
   
 
   
* Try using SMTP rather than PHP Mail under Setup > General Settings > Mail Tab. Many email providers block PHP mailer scripts as "unverified mail".  
+
* Check whether you can use SMTP rather than PHP mail under Setup > General Settings > Mail Tab. Many email providers block PHP mailer scripts as "unverified mail".  
 
   
 
   
* Verify the email address you are sending "from" has actually been created on your server, and can send/receive mail normally.  
+
* Verify that the email address you are sending "from" actually exists on your server, and whether it can send and receive mail normally.  
 
   
 
   
* Check your mail servers IP to verify it is not listed in any black lists at http://mxtoolbox.com
+
* Check your mail server's IP address to verify it is not in any blacklists at http://mxtoolbox.com.
 
   
 
   
 
* Contact your web hosting or mail server provider for investigation into your IP reputation. They will be able to contact other email providers on your behalf.  
 
* Contact your web hosting or mail server provider for investigation into your IP reputation. They will be able to contact other email providers on your behalf.  
 
   
 
   
* If it is suspected that the wording of an email being sent by WHMCS may be triggering a filter, try customizing you email templates so they do not appear exactly like every other WHMCS installations emails.  
+
* If you suspect that the wording of an email may be triggering a filter, try customizing you email templates so they do not match every other WHMCS installation's emails.  
 
   
 
   
* Verify your domain has an accurate and strict SPF record setup, as well as a correct PTR record.
+
* Verify that your domain has an accurate and strict SPF record setup, as well as a correct PTR record.
 
 
  
 
==Troubleshooting==
 
==Troubleshooting==
 
   
 
   
Sometimes the error output in the Activity Log when sending of emails via SMTP fails can lack verbosity or the underlying cause may be different from the message that is ultimately displayed. Adding the following line to the configuration.php file will output a lot of debugging information when a mail is being sent manually, provided the Setup > General Settings > Mail tab > Mail Type is '''SMTP''':
+
Sometimes, the error output in the Activity Log when sending of emails via SMTP fails can lack verbosity. Alternatively, the underlying cause may be different from the message that the system ultimately displays. Adding the following line to the <tt>configuration.php</tt> file will output a lot of debugging information when you send mail manually. This requires that the Setup > General Settings > Mail tab > Mail Type is '''SMTP''':
 
   
 
   
 
<source lang="php">$smtp_debug = true;</source>
 
<source lang="php">$smtp_debug = true;</source>
 
   
 
   
After sending an email manually, the interaction between your server and the email server will be displayed on-screen for debugging purposes. Once finished, be sure to revert the change to the configuration.php file.
+
After sending an email manually, the system will display the interaction between your server and the email server, for debugging purposes. After this process, be sure to revert the change to the <tt>configuration.php</tt> file.
  
 
===Common Errors===
 
===Common Errors===
 +
 
The following are errors which may commonly appear in the activity log when attempting to send an email, resulting in email sending failure.
 
The following are errors which may commonly appear in the activity log when attempting to send an email, resulting in email sending failure.
  
 
====Could not connect to SMTP host====
 
====Could not connect to SMTP host====
 +
 
There are several possible reasons for this error:
 
There are several possible reasons for this error:
# The SMTP settings entered under Setup > General Settings > Mail tab are incorrect. Please check with your system administrator that you have entered the correct SMTP host, port, username, password and selected the appropriate SSL Type for use with your mail server.
+
 
#The mail server is blocking connections from the server upon which WHMCS is installed.
+
# The SMTP settings in the Setup > General Settings > Mail tab are incorrect. Check with your system administrator to verify that you have entered the correct SMTP host, port, username, and password, and that you have selected the appropriate SSL type for use with your mail server.
#The server on which WHMCS is installed is blocking outgoing connections to the mail server.
+
#The mail server is blocking connections from your WHMCS installation's server.
#An inappropriate SMTP port has been specified for use with the SSL Type option selected. For example, selecting TLS and the port number 256 would cause this error. The most common port assignments are [http://docs.whmcs.com/Mail_Tab#SMTP_Port listed on this page].
+
#Your WHMCS installation's server is blocking outgoing connections to the mail server.
#The mail server is advertising TLS connections are available, but when a secure connection is attempted it fails due to a certificate validation error. The appropriate solution would be to ensure a validated certificate is installed on the mail server. As a workaround the '''SMTPAutoTLS''' setting can be set to ''false'' in ''/vendor/phpmailer/phpmailer/class.phpmailer.php''. More information: https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting#opportunistic-tls
+
#The system is using an inappropriate SMTP port and the SSL Type option is selected. For example, selecting TLS and the port number 256 would cause this error. For a list of the most common port assignments, see [http://docs.whmcs.com/Mail_Tab#SMTP_Port Mail Tab > SMTP Port].
 +
#The mail server is advertising that TLS connections are available, but when a secure connection is attempted it fails due to a certificate validation error. The appropriate solution would be to ensure that you have installed a validated certificate on the mail server. As a workaround, you can set the '''SMTPAutoTLS''' setting to ''false'' in ''/vendor/phpmailer/phpmailer/class.phpmailer.php''. For more information, see [https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting#opportunistic-tls the PHPMailer troubleshooting documentation].
  
 
====Message body empty====
 
====Message body empty====
A "Message Body Empty" error indicates that a syntax error occurred preventing the email from sending. Review '''Utilities > Logs > Activity Log''' at the time of sending for entries beginning "Smarty Error". This will provide more information on the invalid syntax which will need to be corrected before attempting to send the email again.
+
 
 +
A "Message Body Empty" error indicates that a syntax error occurred, preventing the email from sending. Review '''Utilities > Logs > Activity Log''' at the time of sending for entries beginning "Smarty Error". This will provide more information on the invalid syntax, which you will need to correct before attempting to send the email again.
  
 
====The following recipients failed====
 
====The following recipients failed====
This error is often caused by a misaddressed email. Check the following locations to ensure a valid email address is entered:
+
 
*The client's Profile tab
+
This error is often due to a misaddressed email. Check the following locations to ensure a valid email address:
*The client's Contacts tab
+
 
*Setup > General Settings > Mail tab > BCC Messages field
+
*The client's Profile tab.
*Setup > Email Templates > Edit > Copy To field
+
*The client's Contacts tab.
*All administrator users under Setup > Staff Management > Administrator Users
+
*Setup > General Settings > Mail tab > BCC Messages text box.
 +
*Setup > Email Templates > Edit > Copy To text box.
 +
*All administrator users under Setup > Staff Management > Administrator Users.
 +
 
 
Check for blank spaces or punctuation before or after an email address in all the above locations.
 
Check for blank spaces or punctuation before or after an email address in all the above locations.
  
 
====Email Send Aborted By Hook====
 
====Email Send Aborted By Hook====
 
   
 
   
An "Email Send Aborted By Hook" error indicates that a custom hook has prevented the email from being sent.
+
An "Email Send Aborted By Hook" error indicates that a custom hook has prevented the email from sending.
 
   
 
   
 
Take the following actions to begin troubleshooting this error:
 
Take the following actions to begin troubleshooting this error:
  
* Enable the [[Other_Tab#Hooks_Debug_Mode|Hooks Debug Mode]] option
+
* Enable the [[Other_Tab#Hooks_Debug_Mode|Hooks Debug Mode]] option.
* Replicate the error again
+
* Replicate the error again.
* Disable the Hooks Debug Mode option
+
* Disable the Hooks Debug Mode option.
* Review the [[Activity_Logs|Activity Log]]
+
* Review the [[Activity_Logs|Activity Log]].
* Locate the "Email Send Aborted By Hook" error in the log
+
* Locate the "Email Send Aborted By Hook" error in the log.
  
 
After locating the error look over the adjacent entries for a series of three lines that look similar to the following:
 
After locating the error look over the adjacent entries for a series of three lines that look similar to the following:
Line 116: Line 133:
 
</source>
 
</source>
 
   
 
   
The file listed in the "Hook File Loaded" and "Attempting to load hook file" entries is the hook responsible for the "Email Send Aborted By Hook" error.
+
The file in the "Hook File Loaded" and "Attempting to load hook file" entries is the hook responsible for the "Email Send Aborted By Hook" error.
 
   
 
   
Reach out to the developer of that hook file so that they may advise why it is preventing email from being sent.
+
Contact the developer of that hook file for more information.
  
 
====Email sending aborted.====
 
====Email sending aborted.====
 
   
 
   
An "Email sending aborted." error indicates that an unknown issue has prevent the email from being sent.
+
An "Email sending aborted." error indicates that an unknown issue has prevented the email from sending.
 
   
 
   
This error commonly occurs when a configuration issue concerning the file paths defined in the [[Storage_Settings|Storage Settings]] section of the installation.
+
This error commonly occurs when there is a configuration issue with the file paths in the [[Storage_Settings|Storage Settings]] section of the installation.
 
   
 
   
To remedy this, ensure that the storage locations have been updated as per the [[Moving_Storage_Locations|Moving Storage Locations]] guide.
+
To remedy this, ensure that you have updated the storage locations. For more information, see the [[Moving_Storage_Locations|Moving Storage Locations]] guide.
  
  
 
{{troubleshooting}}
 
{{troubleshooting}}

Revision as of 16:49, 29 April 2020

Sometimes, the system may not send mail using the expected methods. The problem is usually a misconfiguration.

Emails Not Sending

General Emails

If the system isn't sending general emails, such as client sign-up or order confirmations, take the following steps to ensure a correct setup.

First, check these points:

  1. Check whether you have disabled the email template in Setup > Email Templates.
  2. Check whether custom action hooks that could prevent email from sending exist in the /includes/hooks and /modules/addons directories.
  3. Check whether you can send the emails manually.

If the above steps don't resolve the issue:

  1. Check whether any email is on the Utilities > Logs > Email Message Log page.
  2. Check whether an error occurs at the time of email sending under Utilities > Logs > Activity Log?

No Error in Activity Log:

If a message exists in the Email Message Log and there are no errors in the Activity Log, the message likely left WHMCS without any errors from your mail server. Therefore, the problem is one of email delivery and not a WHMCS software issue. Contact your mail server administrator to investigate.

There are many Email Templates that the Email Message Log doesn't record, in order to protect the sensitive data they contain. These are:

  • Automated Password Reset.
  • Client Email Address Verification.
  • Password Reset Validation.

In addition to this, there a number of Email Templates that the system won't CC or BCC at the template level. These are:

  • Password Reset Validation.
  • Password Reset Confirmation.
  • Automated Password Reset.

Product Welcome Email

Problems with the sending of the welcome emails are typically due to an issue with account creation. For more information, see Auto Setup Issues.

Support Ticket Notifications

If the system isn't sending support ticket notification emails to your staff (for example, new support tickets or new client replies) take the following steps to ensure it is set up properly:

First, check these points:

  1. Check whether you have selected the 'Enable Ticket Notifications' options under Setup > Staff Management > Administrator Users > Edit.
  2. Check whether you have selected the "Support Emails' option under Setup > Staff Management > Administrator Roles > Edit.
  3. Check whether the admin ticket notification emails are disabled under Setup > Email Templates.

If the above steps don't resolve the issue:

  1. Check whether you have selected the Setup > General Settings > Support tab > Disable Reply Email Logging option. After deselecting it, attempt to replicate the issue.
  2. Check whether there's an error at the time of email sending under Utilities > Logs > Activity Log.

No Error in Activity Log:

If there is no error in the Activity Log at the time of email sending, this indicates that the email left WHMCS without any errors from your mail server. Therefore, the problem is one of email delivery and not a WHMCS software issue. Contact your mail server administrator to investigate.

Emails Flagged as Spam

There are multiple reasons why systems may deliver emails from a WHMCS installation to a spam folder or reject them. Usually, this is due to the server configuration. WHMCS email templates should not trigger any standard spam rules.

First, check these points:

  • Check whether you can use SMTP rather than PHP mail under Setup > General Settings > Mail Tab. Many email providers block PHP mailer scripts as "unverified mail".
  • Verify that the email address you are sending "from" actually exists on your server, and whether it can send and receive mail normally.
  • Contact your web hosting or mail server provider for investigation into your IP reputation. They will be able to contact other email providers on your behalf.
  • If you suspect that the wording of an email may be triggering a filter, try customizing you email templates so they do not match every other WHMCS installation's emails.
  • Verify that your domain has an accurate and strict SPF record setup, as well as a correct PTR record.

Troubleshooting

Sometimes, the error output in the Activity Log when sending of emails via SMTP fails can lack verbosity. Alternatively, the underlying cause may be different from the message that the system ultimately displays. Adding the following line to the configuration.php file will output a lot of debugging information when you send mail manually. This requires that the Setup > General Settings > Mail tab > Mail Type is SMTP:

$smtp_debug = true;

After sending an email manually, the system will display the interaction between your server and the email server, for debugging purposes. After this process, be sure to revert the change to the configuration.php file.

Common Errors

The following are errors which may commonly appear in the activity log when attempting to send an email, resulting in email sending failure.

Could not connect to SMTP host

There are several possible reasons for this error:

  1. The SMTP settings in the Setup > General Settings > Mail tab are incorrect. Check with your system administrator to verify that you have entered the correct SMTP host, port, username, and password, and that you have selected the appropriate SSL type for use with your mail server.
  2. The mail server is blocking connections from your WHMCS installation's server.
  3. Your WHMCS installation's server is blocking outgoing connections to the mail server.
  4. The system is using an inappropriate SMTP port and the SSL Type option is selected. For example, selecting TLS and the port number 256 would cause this error. For a list of the most common port assignments, see Mail Tab > SMTP Port.
  5. The mail server is advertising that TLS connections are available, but when a secure connection is attempted it fails due to a certificate validation error. The appropriate solution would be to ensure that you have installed a validated certificate on the mail server. As a workaround, you can set the SMTPAutoTLS setting to false in /vendor/phpmailer/phpmailer/class.phpmailer.php. For more information, see the PHPMailer troubleshooting documentation.

Message body empty

A "Message Body Empty" error indicates that a syntax error occurred, preventing the email from sending. Review Utilities > Logs > Activity Log at the time of sending for entries beginning "Smarty Error". This will provide more information on the invalid syntax, which you will need to correct before attempting to send the email again.

The following recipients failed

This error is often due to a misaddressed email. Check the following locations to ensure a valid email address:

  • The client's Profile tab.
  • The client's Contacts tab.
  • Setup > General Settings > Mail tab > BCC Messages text box.
  • Setup > Email Templates > Edit > Copy To text box.
  • All administrator users under Setup > Staff Management > Administrator Users.

Check for blank spaces or punctuation before or after an email address in all the above locations.

Email Send Aborted By Hook

An "Email Send Aborted By Hook" error indicates that a custom hook has prevented the email from sending.

Take the following actions to begin troubleshooting this error:

  • Enable the Hooks Debug Mode option.
  • Replicate the error again.
  • Disable the Hooks Debug Mode option.
  • Review the Activity Log.
  • Locate the "Email Send Aborted By Hook" error in the log.

After locating the error look over the adjacent entries for a series of three lines that look similar to the following:

Hooks Debug: Hook File Loaded: /path/to/the/hook_file.php
Hooks Debug: Hook Defined for Point: EmailPreSend - Priority: 1 - Function Name: (anonymous function)
Hooks Debug: Attempting to load hook file: /path/to/the/hook_file.php

The file in the "Hook File Loaded" and "Attempting to load hook file" entries is the hook responsible for the "Email Send Aborted By Hook" error.

Contact the developer of that hook file for more information.

Email sending aborted.

An "Email sending aborted." error indicates that an unknown issue has prevented the email from sending.

This error commonly occurs when there is a configuration issue with the file paths in the Storage Settings section of the installation.

To remedy this, ensure that you have updated the storage locations. For more information, see the Moving Storage Locations guide.