> I'm making a site that sends postcards, I've done most of the stuff
> quite easily but need to send an email to the recipient. How do I do
> this within a JSP page. I'd rather code the email functionality into the
> JSP page than use servlets or beans as I don't really understand quite
> how they work.

The book _Professional Java Server Programming_ has an example of how to use an
SMTP object. They put all of their source code examples on their web site, at
http://www.wrox.com. The ISBN for the book is 1-861002-77-7.

-David Castro
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to