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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a "Tell A Friend Form"

Status
Not open for further replies.

3call

Programmer
Oct 4, 2003
1
GB
I am trying to create a "Tell a Friend" form (like the one used on this site! - see the link on the lefthand sidebar).

I would like the form to allow visitors to enter in their own name and email address and up to 5 of their friend's names and email addresses. Then on clicking send for their friend's to receive a message telling them about my website.

I have tried looking on the website for help but have had no luck

Any help of this would be greatly appreciated.

Regards,
 
Write a CGI that accepts the email addresses as input and then sends email to them.

Its pretty trivial, if you using perl all you need to use are :

CGI.pm
Net::SMTP

Enjoy!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top