Re: javax.mail.NoSuchProviderException: No provider for smtp
Posted By:
John_Zukowski
Posted On:
Wednesday, June 6, 2001 08:41 AM
It sounds like you didn't install the complete JavaMail classes but only pulled over the partial .jar file. As already answered, if you are using JavaMail 1.2, you need to use either mail.jar for all providers or the protocol specific set if you don't want all protocols supported.