August 8, 2012 at 5:20 am
Hi All,
I have created profile and account in the database mail in my SQL Server. So, if I am sending a mail to the receiver, it is sending successfully. I can get the status sent, unsent,failed,retrying from sysmail_allitems.
But, my requirement is whether the receiver received the mail or not. Like acknowledgement. Whether I am able to do this using database mail?
Please help me....
Thanks
August 8, 2012 at 7:01 am
Database Mail cannot process read receipts.
You could put some sort of hack in place, like including an image in the message body, with a link to your website. Most email clients block external images, though, so you wouldn't be sure that way either.
-- Gianluca Sartori
August 8, 2012 at 7:08 am
Send mail does not have that function . so hack is only option..
August 8, 2012 at 11:19 am
Like the others have stated, there's no way to know if they recieved and/or read it although I do like the image idea above.
Mark
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply