| sending email or not [message #568495] |
Fri, 12 October 2012 07:36  |
muralikri
Messages: 638 Registered: August 2011 Location: chennai
|
Senior Member |

|
|
Hi All,
Using the procedure i am sending the emails..how can find the end user received or not?
Do you have any packages to verify the email successfully received or not?
Thanks,
|
|
|
|
|
|
|
|
|
|
| Re: sending email or not [message #568504 is a reply to message #568498] |
Fri, 12 October 2012 08:33   |
Solomon Yakobson
Messages: 1442 Registered: January 2010
|
Senior Member |
|
|
If recipient email address doesn't exist most mail servers send "mail delivery6 system error" emails back to sender. Also, sender can use tracking options: request delivery receipt and/or request read receipt. Obviously all of the above come asinchronously, so you can't tell immediately if email was delivered.
SY.
|
|
|
|
| Re: sending email or not [message #568505 is a reply to message #568504] |
Fri, 12 October 2012 08:38  |
 |
Michel Cadot
Messages: 54672 Registered: March 2007 Location: Nanterre, France, http://...
|
Senior Member Account Moderator |
|
|
(My provider do not send any answer to not easy the spam robots work.) Anyway you cannot do it in PL/SQL as you have no way to receive something from a mail server as you have no address or mail box.
Of course, if you use your valid mailbox (private or professional) then you will receive the notification in it but this is not your database user that receives it but you as a real person.
Regards
Michel
|
|
|
|