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

Recomend mail script please

Status
Not open for further replies.

roblasch

Programmer
Joined
Dec 30, 2000
Messages
168
Location
US
Can anyone recomend a script that will allow a user to fill in a form that will send an e-greeting to a recipient's email. The host I am using offers FormMail which is a php script that sends the form data to a recipient. But in this day of the the spam bot, all allowable email addresses must come from a configuration file. So it won't allow you to send a card to your friend, unless I have entered their address in my conf file. So I am looking for a script to send the contents of a form to the email address input by the user. I have found a few, but I am wondering if anyone has good experiences with any. Keeping in mind the spam happy climate, I would really like a script that uses an image verification (human that is). Has anyone seen one? I long for the good ol' days when Spam was simply my favorite meal!
 
Has anyone seen the script for creating an image of characters for the user to enter as confirmation that they are human?
 
I don't know of any particular script but as far as I know it as all done using php's GD libraries. You dynamically create an image with the characters in it and then check it! very simple if you know what you are doing! Assuming that i've guessed right


MrBelfry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top