Hi there,
I am reading this send mail documentation.
https://success.outsystems.com/documentation/11/building_apps/sending_emails_from_apps/sending_emails/
unfortunately i didn't find if says,
my email address is wrong so it is not sent to the target.
The docs only said that it is async and will be repeated sent in 2 days.
My question is what is the best practice if the mail is failed delivered?
regards and thanks
Hi
You need to write a Manual Logic to check the validity of a email address based on your requirement.
Platforms will show if there was has been any error.
You can check the Logs in Service center. More over these tables will help you with details -
Based on the status of the mail and if it reaches upto maximum failed attempts. For your case with the help of entities you can create some screens and write the logic what action you need to perform if the status is failed.
ThanksTousif Khan