Any more detail in the exception stack trace?

On 4/8/06, Kashif Inam <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> I am using Commons Email, SimpleEmail object is created and values are
> being
> set. But when i execute that code, it throughs
> exception with following description
>
> "errorsorg.apache.commons.mail.EmailException: Sending the email to the
> following server failed :"
>
> Please suggest me to resolve my problem. I have written following code
>
> /*********************************************************************************/
> SimpleEmail email = new SimpleEmail();
>
> email.setHostName("mail.myserver.com");
>                         //email.setSmtpPort(465);
>                         email.addTo(" [EMAIL PROTECTED]", "XYZ");
>                         email.setFrom("[EMAIL PROTECTED]", "FROM");
>                         email.setSubject("Subject");
>                         email.setMsg("Sample Text");
>                         email.send();
>
>
> /*****************************************************************************/
>
> Thanks
> Kashif Inam
>
>


--
http://www.multitask.com.au/people/dion/
Chuck Norris sleeps with a night light. Not because Chuck Norris is afraid
of the dark, but because the dark is afraid of Chuck Norris

Reply via email to