Name: sgC58550 Date: 06/27/97
I've made a Mailing List Server in java and I'm using the sun.net.smtp.SmtpClient Class (I known, it's not
the way I should do...).
A user of my software experienced trouble sending mail to his SMTP server. The problem occured
because there was no "<>" around the email address sent to the SMTP server (needed something like
<###@###.###> ).
I've checked and realized that I could add "<>" in the address passed to the from function and it was
send with the "<>" to the SMTP server but this didn't work for the to function : the "<>" are removed
from the e-mail address send to the SMTP server.
As most of the e-mail softwares (I've tested with Eudora and Netscape Communicator) are sending
e-mail address between "<>" ( because some SMTP servers can't work without), I think this is a bug.
company - , email - ###@###.###
======================================================================