You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by yo...@ravish.in on 2007/03/13 10:59:13 UTC

avax.mail.NoSuchProviderException when Trying to send mail

hi,

I facing problem when i send mail from my java application,
and also i use Geronimo 1.1.1.
that's why i want to down load geronimo-javamail_1.3.1_spec-1.1.jar.
from which site i download it.

Thanks and Regards

yogesh


Re: avax.mail.NoSuchProviderException when Trying to send mail

Posted by Rick McGuire <ri...@gmail.com>.
yogesh.kharode@ravish.in wrote:
> hi,
>
> I facing problem when i send mail from my java application,
> and also i use Geronimo 1.1.1.
> that's why i want to down load geronimo-javamail_1.3.1_spec-1.1.jar.
> from which site i download it.
>
> Thanks and Regards
>
> yogesh
>
>
>   
A NoSuchProviderException would not be fixed by having a new spec jar.  
You need to make sure that the germonimo-javamail-transport jar is also 
on your classpath, since that's the jar that contains the SMTP provider.

Rick