function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
maheshep.ax379maheshep.ax379 

Is it possible to track bounce mail in apex

    I want to know using apex class is it possible to track the bouncing of email after when i had sent.
I was able to sent mail using the method
Messaging.sendEmail(new Messaging.Email[] { mail } , opt_allOrNone);
if the mail is bounced it is comming into my email id too.
Is it possible to track down bounce error in any other way. or is there any other way to do this.

Thanks in advance.