my dog learned polymorphism
The moose likes Servlets and the fly likes how to send email from a jsp page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "how to send email from a jsp page" Watch "how to send email from a jsp page" New topic
Author

how to send email from a jsp page

s vijay
Greenhorn

Joined: Aug 27, 2001
Posts: 4
In my project i have decided to send email to the users who register their name in my website[confirmation letter]. how can i do this.
mocca az
Ranch Hand

Joined: Mar 07, 2001
Posts: 93
3 things you need
download and configure javamail
download and configure JAF beans
access to an SMTP server

mocca az
Ranch Hand

Joined: Mar 07, 2001
Posts: 93
Here is even more information
http://www.jspinsider.com/tutorials/jsp/javamail/jspjavamail_installation.view
or previous thread
http://www.javaranch.com/ubb/Forum7/HTML/005615.html
Karthik Santhanagopalan
Greenhorn

Joined: Aug 27, 2001
Posts: 3
Hi,
Read the Documentation and use the Jakarta Mailer tag lib..
It is easy and works fine with me.

Cheers.
Madhav Lakkapragada
Ranch Hand

Joined: Jun 03, 2000
Posts: 5040

ummm....I would hate it if you copy this application,
but Core JSP has the application you need.
When you choose to learn, learn responsibly
regds.

- satya

Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
 
I agree. Here's the link: http://jrebel.com/download
 
subject: how to send email from a jsp page
 
Similar Threads
Mail Sending in Ruby on Rails
IM and the protocol used
how to send secret number to email
default email browser on click ???????????
Sending mail on click !