Re: Problems with JavaMail - catching bounced emails - help

2006-03-11 Thread Len Popp
l. > > Is there any way to do this? > > Mark > > - Original Message - > From: "Mark Whitby" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Saturday, March 11, 2006 3:43 PM > Subject: Re: Problems with JavaMail > > >

Re: Problems with JavaMail - catching bounced emails - help

2006-03-11 Thread Mark Whitby
urday, March 11, 2006 3:43 PM Subject: Re: Problems with JavaMail Len, Thanks very much for your help, my class is now working fine. Ironically enough my smtp server is localhost as I use an ssh client to connect to my Universities mailhost via the ssh connection and then my emails go via th

Re: Problems with JavaMail

2006-03-11 Thread Mark Whitby
t; <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, March 11, 2006 3:32 PM Subject: Re: Problems with JavaMail You need to look at the SMTP server settings in Outlook Express and use the same settings in your JavaMail config. The mail.smtp.host for example shouldn'

Re: Problems with JavaMail

2006-03-11 Thread Len Popp
t; Many thanks > > Mark > > - Original Message - > From: "Len Popp" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Saturday, March 11, 2006 3:15 PM > Subject: Re: Problems with JavaMail > > > Yes, you need an SMTP server. If

Re: Problems with JavaMail

2006-03-11 Thread Mark Whitby
p" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, March 11, 2006 3:15 PM Subject: Re: Problems with JavaMail Yes, you need an SMTP server. If you've got Outlook Express running, you can use the same server it's using. -- Len On 3/11/06, Mark Whitby &

Re: Problems with JavaMail

2006-03-11 Thread Len Popp
Yes, you need an SMTP server. If you've got Outlook Express running, you can use the same server it's using. -- Len On 3/11/06, Mark Whitby <[EMAIL PROTECTED]> wrote: > Dear all, > > I'm currently getting the following error when trying to test the JavaMail > set up: javax.mail.MessagingException