Email sending upon email success sending

EFileTahi-A

Contributor
Joined
Aug 8, 2004
Messages
623
Location
Portugal / Barreiro
How can I send an email automatically notifying me that the previous email sent arrived its destination?

Can the Try-Catch do the job? Or there is a way of configuring an email object to do this?

Thank you
 
If the destination system sends delivery reports to the sender then you could always check for these but most systems tend to have this feature disabled anyway.

Realistically there are no guaranteed ways of telling if an email arrived at the destination or not short of waiting for a reply from the recipient.
 
Back
Top