Acknowledge (wodSmtp)
Hello,
Is there any method that when I send a mail, I can verify that it received and opened?
I'm sending mails through 'regular' SMTP (port 25) and through Gmail.
Thanks
Re: Acknowledge
Hi Am,
Yes, you can send requested for email delivery/read to the server using wodSMTP RequestReceipt Property. In RequestReceipt Property there is OnDeliverySuccess and OnReadMessage ReceiptsEnum constant.
More help for RequestReceipt Property you can find here:
http://www.weonlydo.com/Smtp/Help/WODSMTPLib~wodSmtp~RequestReceipt.html
Unfortunately I don't think this will works with Gmail because it depends only on server implementation. Most probably Gmail till now didn't implement this option.
Hope I helped.
Regards,
Drazen