Configuring the EASendMail Service properly ensures accurate tracking through Delivery Reports and optimizes system resources using precise Retry Intervals. Managing these settings is done directly through the EASendMail Service Manager or programmatically via the SDK. Delivery Reports Configuration
EASendMail processes status reports using two distinct methods depending on your delivery architecture: 1. Inbound Bounce Monitoring (Relay Server Method)
If you relay emails through an ISP or external SMTP server, tracking relies on Non-Delivery Reports (NDR) sent back to your sender mailbox.
Monitor your sender mailbox using a companion tool like the EAGetMail Component via POP3 or IMAP to parse bounced messages.
Programmatically request notifications using the DeliveryNotificationOptions enumeration: OnSuccess: Notifies upon successful delivery. OnFailure: Notifies if delivery fails. Delay: Notifies if the email encounters a temporary hold.
2. Logging and Event Database Drivers (Direct Delivery Method) emailarchitect.net EASendMail SMTP Service Document – Configuration
Leave a Reply