Hi,

I am trying to send e-mail from a servlet.  I have code taken from the
Fields JSP Book.
I am running Windows 2000 which has a SMTP server running and have to send
the mail via a dial up link to my ISP.

I am not sure how the SMTP bit hangs together eg.

Properties mailProps = new Properties();
    mailProps.put("mail.smtp.host", "what should go in here??");

and what do I set to get the computer to dial up and actually send the
message?

Can anyone help or point me in the right direction please.

John



> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to