Hello,
I need to know how to do a confirmation request when I send an email, just to know if and when my correspondent have red the email I sent him. I’m currently using MailPro plugin.
Thank you very much and Good work
Luigi
Hello,
I need to know how to do a confirmation request when I send an email, just to know if and when my correspondent have red the email I sent him. I’m currently using MailPro plugin.
Thank you very much and Good work
Luigi
Hello,
as far as I know you need to add a Disposition-Notification-To header to your message. Something like
vMessage.addHeader(“Disposition-Notification-To”, “you@yourdomain.com”)
That should be all.
patrick:
Hello,as far as I know you need to add a Disposition-Notification-To header to your message. Something like
vMessage.addHeader(“Disposition-Notification-To”, “you@yourdomain.com”)
That should be all.
I tried it under Outlook and it works as i wished… Thanks a Lot!
Luigi
Very welcome.