Re: Invalid email addresses and checking the status of sent emails
Posted By:
amit_wadhwa
Posted On:
Saturday, February 15, 2003 11:12 AM
refer to http://www.jguru.com/faq/view.jsp?EID=325996 for sending to valid email addresses in a list of valid+invalid addresses.
E-mail bouncing will be totally specific to your mail server which your javamail program communicates with.
use the mail.smtp.dsn.notify property to tell your server to track mail status.
** mail.smtp.dsn.notify The NOTIFY option to the RCPT command. Either NEVER, or some combination of SUCCESS, FAILURE, and DELAY (separated by commas). **