> From: vishwam [mailto:[EMAIL PROTECTED] 
> my smtp server requires authentication with username & password
> 
> but i couldn't find these smtp authentication fields in java mail
> specification

The section entitled 'transport' in
http://java.sun.com/developer/onlineTraining/JavaMail/contents.html
gives more information - essentially, use Transport.send (message,
username, password) to send the message.

                - Peter


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

Reply via email to