Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

automatically send an email

Status
Not open for further replies.

jloffredo

Technical User
Joined
Feb 24, 2002
Messages
17
Location
US
I set up an email list form using Javascript. The form result are automatically email to me with the users information, this part is working fine. However, I'd also like a standard email sent to the user thanking them for joining the list, how can this be done? Any help would be greatly appreciated. Also, are there advantages to using CGI instead of Javascript for this?
 
The advantage to using CGI to do this is that what you want to do won't work with Javascript. Javascript can only email from the client's computer, and then only after the client approves a message going out. It'd look rather unprofessional to have something pop up expecting the client to email a thank you note from you to him/her.

Scripts that automatically email without client consent are called viruses.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top