Results 1 to 2 of 2
- 01-24-2009, 11:37 AM #1
Member
- Join Date
- Jan 2009
- Posts
- 1
- Rep Power
- 0
new to JSP tech (associates to email)
Hi,
first of all, Any help will be much appreciated.
I'm new, and i would like to understand how to make a JSP from my localhost to associates with email such as gmail, hotmail, and more.
here's what i want to do: for example, people will sign up to my website then they will automatically receive email to activate their account. I bet we all saw that many times in websites.
please explain the logic and how the email can be sent from my JSP (localhost)
thanks in advance
- 02-17-2009, 02:50 PM #2
Member
- Join Date
- Feb 2009
- Location
- Delhi
- Posts
- 63
- Rep Power
- 0
hi wij,
to send an email from java, we need javamail api.
but it authenticates the server, if your localhost has smtp authentication then you can easily send the mail.
the activation mail will carry some link of you jsp page with user's id to activate the user access. that page will update the row for that id to give the access to that user.
thanks
/\/
Similar Threads
-
send email using apache commons email
By jnamendi in forum JavaServer Faces (JSF)Replies: 0Last Post: 10-14-2008, 05:55 PM -
Glub Tech Secure FTP 2.5.15
By Java Tip in forum Java SoftwareReplies: 0Last Post: 04-03-2008, 04:23 PM -
Glub Tech Secure FTP 2.5.14
By JavaBean in forum Java SoftwareReplies: 0Last Post: 11-27-2007, 08:15 PM -
Hi Java Tech Friends !!!!!
By Sasanka Sekhar Kar in forum IntroductionsReplies: 0Last Post: 11-16-2007, 01:16 PM -
Full Forms of Java Tech
By Gajesh Tripathi in forum New To JavaReplies: 1Last Post: 10-18-2007, 09:59 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks