Re: Error in sending mail javax.mail.NoSuchProviderException: No provider for smtp.
Posted By:
John_Zukowski
Posted On:
Saturday, May 5, 2001 09:21 AM
Sun's reference implementation comes with an SMTP provider. It is free.
Re: Error in sending mail javax.mail.NoSuchProviderException: No provider for smtp.
Posted By:
Michael_Wax
Posted On:
Friday, May 4, 2001 12:48 PM
A NoSuchProviderException is thrown if a Provider class, as defined in the javamail.providers resource file, is not found. Do you have this file set up?