-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to identify if the email is sent or not #163
Comments
This isn't something Postal can really handle itself. I'd recommend sending emails via something like MailGun which has really good logging to check for bounces and other send failures. |
A little bit late, but just in case. We're handling it with:
Where |
To check if an email has been sent, you can follow these steps: Check your "Sent" folder in your email client to confirm the message was dispatched. |
Have you checked the sent items folder or used an email tracking tool? Sometimes, these can help confirm Free manga if the email was successfully sent or if there was an issue. |
Hi
How can we track if the email is sent successfully or not. Is there any track back of mail response.
I am using SendAsync method.
The text was updated successfully, but these errors were encountered: