Basic Email Troubleshooting

Emails are not being received - deliverability issues

Testing Email

The easiest way to test email from your cart is to create an account in your store using a non-free email address, and then finding that account in Admin > Customers > Customers, and using the Email button on the right sidebar.

Before you start testing

  1. ALWAYS test on a NON-free email address. Do not test with a yahoo, hotmail, msn, aol, etc address exclusively.
  2. You may need to test on multiple email addresses (by creating multiple store accounts) because some email services will drop email before even putting it in the junk folder.
  3. All email settings are shown in the screen Admin > Configuration > Email.

Symptom: Emails sent from the cart are not arriving

This is also called “undeliverable mail.” You might see an error message that says something like “The mail server could not deliver mail to [email protected]. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.”

Sometimes your mail server configuration requires a particular format in order to send messages. Options to try include:

  1. Enable Emails Must Be Sent From Known Domain so that the “From” address is set properly
  2. Try a different Email Transport method](/user/email/email_transport_method/). Go to Admin > Configuration > Email and try them in this order: php, smtp/smtpauth, sendmail, sendmail -f.
  3. With SMTPAuth, you must enter your password in the SMTP Email Account Password field. Has your cPanel password changed recently? If so, you may need to update the value in this field.
  4. Look on your hoster’s control panel and see if you can add SPF and DKIM records yourself to increase your email reputation. In cPanel, this is done using the “Email Deliverability” application. Work with your hoster if you are unsure about this. See SPF, DKIM and DMARC for more details.
  5. ALWAYS check to see whether a junk mail filter, spam block, or other blacklist system may have trapped your message before it could be delivered
  6. Try enabling the Email Archiving feature. Then use the Email Archive Manager plugin to check and see whether Zen Cart really processed the email for sending. If it did, then the problem is related to how PHP is processing your messages after they leave Zen Cart.
  7. If the issue is arising from one particular customer, ask them to whitelist email from your domain. For very strict filters, sometimes this is the only way to get through.
  8. Check if the customer’s email address is mis-typed.
  9. Look for debug logs in the /logs folder. Logs for email failures are named with the prefix myDEBUG-bounced-email-adm- for admin created emails, and myDEBUG-bounced-email- for storefront emails.

Symptom: Email FROM-ADDRESS shows up funny

If your “FROM” email addresses contain extra brackets “)”, this is due to having an incorrectly-formed email address defined in your store Email Address (sent FROM) setting.

Symptom: Contact-Us emails aren’t arriving

  1. the Email From address may be malformed
  2. the Contact Us Pulldown contents may not be formatted properly. Note the required syntax next to the input field.
  3. Check if the customer’s email address is mis-typed.

Further Email Troubleshooting




Still have questions? Use the Search box in the upper right, or try the full list of FAQs. If you can't find it there, head over to the Zen Cart support forum and ask there in the appropriate subforum. In your post, please include your Zen Cart and PHP versions, and a link to your site.

Is there an error or omission on this page? Please post to General Questions on the support forum. Or, if you'd like to open a pull request, just review the guidelines and get started. You can even PR right here.
Last modified March 10, 2023 by Scott C Wilson (21fb568).