javax.mail.NoSuchProviderException: No provider for Address type: rfc822
843830Apr 16 2004 — edited Apr 28 2004Hello,
Thanx in advance for helping me. Dear Guys i am working on an applet which sends email to others. i have completed this applet in JBuilder8.0, so the result is..........
when i run this applet from JBuilder it is working and sending mails.... but when i run it by double clicking the HTML page then its not working ........ in HTML page code of applet tag is like this
<applet
codebase ="."
code = "ufone.web2sms.class"
id = "ufone"
name = "Ufone"
width = "450"
height = "310"
hspace = "0"
vspace = "0"
align = "middle"
>
</applet>
i am receiving this Exception ......
javax.mail.NoSuchProviderException: No provider for Address type: rfc822
You can see its picture at the following link.......
http://www.myjavaserver.com/~sohaiil/applet.gif
Please tell me its solutions...... very thankful to you.
Bye