https://issues.apache.org/bugzilla/show_bug.cgi?id=45109


Curt Arnold <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




--- Comment #1 from Curt Arnold <[EMAIL PROTECTED]>  2008-10-15 12:55:21 PST ---
As described, it would seem to imply that SMTPAppender should never work except
for SMTP servers on the same machine.  That isn't consistent with my experience
and it seems unlikely that if the problem was that universal, it would not have
been reported previously.

I am successfully and sending email messages using SSL to smtp.google.com and
if I turn off SSL, I get an exception message that specifies "Could not connect
to SMTP host: smtp.google.com, port 25" which indicates that the JavaMail
implementation is not ignoring the specified SMTPHost.

You did not identify the source for your snippet of Transport.send().  If you
are using an atypical implementation, it would be good if you would identify
it.  If SMTPAppender works with more common JDK libraries and not with yours,
then it would likely be a problem with your JDK's implementation of
Transport.send().


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to