Programming Tutorials

Comment on Tutorial - Sending Email from Java application (using gmail) By Narayanan



Comment Added by : Koushik Roy

Comment Added at : 2012-07-13 05:35:35

Comment on Tutorial : Sending Email from Java application (using gmail) By Narayanan
Hi,
What is the process if I want to know whether the email has been successfully sent to the email address provided? Here successfully means,
1. Recipient email server is not down.
2. Recipient email address is valid.
Is there any response sent back when I send an email from the recipient server? If yes, how to catch it in java?
I would be highly obliged if you'll kindly answer my issue.


View Tutorial