-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
MT,
Mighty Tornado wrote:
> I have ZoneAlarm running, but normally Zone Alarm notifies me if a program
> from within is trying to access the internet and let's me block it or
> let it
> go. Is it possible that ZA is blocking not my request to connect
I have ZoneAlarm running, but normally Zone Alarm notifies me if a program
from within is trying to access the internet and let's me block it or let it
go. Is it possible that ZA is blocking not my request to connect to the smtp
server but the server's reply?
On 4/19/07, Christopher Schultz <[EMA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
MT,
Mighty Tornado wrote:
> It was churning for a long time and still didn't manage to send the email.
> But it left me this exception:
[snip]
> Caused by: javax.mail.MessagingException: Could not connect to SMTP host:
> smtp.gmail.com, port: 465, r
the user to see a
report via the browser.
enjoy
- Original Message -
From: "Mighty Tornado" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Tuesday, April 17, 2007 2:35 AM
Subject: Re: sending smtp mail failure
> Thanks for the input,
>
> I was ab
the error messages, and possibly allow the user to see a
report via the browser.
enjoy
- Original Message -
From: "Mighty Tornado" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Tuesday, April 17, 2007 2:35 AM
Subject: Re: sending smtp mail failure
Th
Multipart mp = new MimeMultipart();
> > mp.addBodyPart(mbp1);
> > if (sFilename.length() > 0) mp.addBodyPart(mbp2);
> >
> > // ADD and SEND
> > msg.setContent(mp);
> > Transport.send(msg);
> >
> >
> > Have fun
> >
&
tent(mp);
> Transport.send(msg);
>
>
> Have fun
>
> - Original Message -
> From: "Mighty Tornado" <[EMAIL PROTECTED]>
> To: "Tomcat Users List"
> Sent: Sunday, April 15, 2007 2:32 AM
> Subject: Re: sending smtp mail fail
It looks like someone has solved this already:
http://forum.java.sun.com/thread.jspa?forumID=43&threadID=667323
http://forum.java.sun.com/thread.jspa?forumID=43&threadID=5121116
-Rashmi
-
To start a new topic, e-mail: users@to
t(mp);
Transport.send(msg);
Have fun
- Original Message -
From: "Mighty Tornado" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Sunday, April 15, 2007 2:32 AM
Subject: Re: sending smtp mail failure
> Thanks for responding,
>
> there some
ghty Tornado" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Sunday, April 15, 2007 2:32 AM
Subject: Re: sending smtp mail failure
Thanks for responding,
there something wrong with my code?
This is my code:
import java.util.*;
import java.io.*;
Thanks for responding,
there something wrong with my code?
This is my code:
import java.util.*;
import java.io.*;
import javax.mail.*;
import javax.mail.internet.*;
import javax.activation.*;
public class TimeTravelMailer
{
public void sendMessage()
{
String to = "[EMAIL PROTECT
Easiest way is to setup a normal email program and see what the error
messages are.
If the machine doesnt have core mailing engines installed, it will probably
tell you.
If you on windows, try Outlook express, detailed messages will probably
point you in right direction.
Code should look som
12 matches
Mail list logo