Rank: Newbie
Groups: Registered
Joined: 3/20/2015(UTC) Posts: 0
I found that the ReadReceipt = false had no effect and still got Read Receipts from mail sent to recipients. The default for ReadReceipt is true and in turn writes the key “Disposition Notification-To” to the mail header. The workaround I used was to remove the key: SmtpMail oMail = new SmtpMail("XXXXXXXXXXXXX"); . . . oMail.TextBody = ""; oMail.DeliveryNotification = DeliveryNotificationOptions.None; oMail.IgnoreDeliveryNotificationError = true; oMail.Priority = MailPriority.Normal; oMail.Headers.RemoveAt(27); No Read Receipt requests popped up when recipients open the email. Hope it helps although it might be a temporary solution.
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
Thank you very much, we will fix it at next release.
Forum Jump
EmailArchitect Support
Email Component Development
- EASendMail SMTP Component - .NET Version
- EASendMail SMTP Component - Windows Store Apps
- EASendMail SMTP ActiveX Object
- EAGetMail POP3 & IMAP4 Component - .NET Version
- EAGetMail POP3 & IMAP4 ActiveX Object
Exchange Server and IIS SMTP Plugin
- DomanKeys/DKIM for Exchange Server and IIS SMTP
- Disclaimer and S/MIME for Exchange Server and IIS
EmailArchitect Email Server
- EmailArchitect Email Server (General)
- EmailArchitect Email Server Development
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.