Sorry about that last one. fingers are faster then the brain.. anyways like
I was saying..
This servlet was mailing fine before. Not I get the following
Unable to complete :javax.mail.NoSuchProviderException: No provider for
Address type: rfc822
Here is the web.xml segment
<resource-ref>
<description>
Resource reference to a factory for javax.mail.Session
which maybe used to send e-mail messages. Preconfigured to
talk to webmail.voast.com
</description>
<res-ref-name>mail/VKeySession</res-ref-name>
<res-type>javax.mail.Session</res-type>
<res-auth>Container</res-auth>
</resource-ref>
The relevant context.xml excerpt
<Resource name="mail/VKeySession" auth="Container"
type="javax.mail.Session" />
<ResourceParams name="mail/VKeySession">
<parameter>
<name>mail.smtp.host</name>
<value>webmail.voast.com</value>
</parameter>
</ResourceParams>
Did I miss some setup step somewhere?
Steve Gums
[EMAIL PROTECTED]