Re: Error in sending mail using Java mail API
Posted By:
Simon_Ablett
Posted On:
Monday, June 24, 2002 08:10 AM
Check that the email address was valid (i.e. that it exists and doesn't contain any typographical errors) and, if the address lies outside your local domain, that your server can send external emails.
Regards