email blocks on gray surface

How to debug if email alert is not being sent?

Introduction

Users may report that Flow, workflow rules or approval processes emails are not being received from a sandbox or production.

Debugging Steps

If an email alert is not being sent in Salesforce, there are several steps you can take to debug and troubleshoot the issue. Here’s a systematic approach to identify and resolve the problem:

A). PLEASE CHECK SPAM FOLDER

First of all, check your spam folder of your email inbox, I’ve faced most of the time this issue while testing in sandbox.

B). CHECK EMAIL DELIVERABILITY

Please make sure that Deliverability is All Email.

1.Classic: Click Setup | Email Administration | Deliverability
    Lightning: Click the Gear icon then Setup | Email | Deliverability
2. Set the ‘Access to Send Email’ to All email
3. Save

C). CHECK CRITERIA OF FLOW/WORKFLOW

If evaluation criteria is set as below then workflow/flow will work only if fields given in criteria are changed otherwise it will not work.

In Workflow Rule:

created, and any time it’s edited to subsequently meet criteria

In Flow

D). Check User who is supposed to get email has verified Email

If Email recipient is a Salesforce User and he has not verified, he will not get email.

E). If Email alert is sent from Guest User

If context user is Guest user and Guest user profile has no access of this permission “Send Email”, then Email will not be delivered.

F). Check Email Limit Exceedance

Salesforce org can send single emails to a maximum of 5,000 external email addresses per day based on Greenwich Mean Time (GMT). Confirm that your organization has not reached its daily email limit in Salesforce, as this can prevent emails from being sent. You can check it following the steps here: https://salesforce.stackexchange.com/questions/144863/query-email-limits-in-apex-code.

G). FINALLY, CHECK EMAIL LOG

It may be possible due to email security policy email is not being delivered from Salesforce. You can verify this by following below step:

Go to Setup --> Monitoring --> Email Log Files

Download email log for given email address that you think should have received email. If log contains email then check status – Sent or Delivered. If it does not contain the email address at all then email is not sent, and you are supposed to check criteria of flow/workflow/apex.

H). Contact Salesforce Support

If you have tried all the above steps and the email alert is still not being sent, consider reaching out to Salesforce support for further assistance.


Talk to an expert to find out root cause of the deliverability issue and making sure email notification best practices.