hi there, I've a nerd question here, how can i send emails from an html file using php asp or perl with my web server ? Thanks for your replies, Pat
You would create an HTML form and then set the target to a form processor. here's a good list for form processors: http://hotscripts.com/PHP/Scripts_and_Programs/Form_Processors/index.html -- take a look there and then pick one.
Hey thanks for the link, thats good to know and i think for the future you took a spike out of my foot with that software!! But my question is very primary actually. How can i create a form on a html page like "would you like to send a comment about this article" and you fill up your name, email, comment and you tape send and thats it.. I should have explained that way at first!!! If you know that would be great, Thanksssssss
here you have an example on sending an e-mail using a html form and php code http://www.blazonry.com/scripting/phpmail.php If you need some help customizing this I can help you.
waaaaaaaaaaa hey man, thanks so much for the link!! That's exactly what i need! Is there a way to add more fields like the subject of the message. I really don't know how to do this. In fact it would be like that, hum you have the name, the email, the subject, the comment and a button to clear out and to send... here if you can help me for the clear button and the subject field that could be great thanks a lot man
as an attachement you can find a modified version of the script with the subject and the clear button
Thank you man really, you really helped me today. I was looking for that all the day yesterday... i guess im pretty bad at finding stuff like that yet lol Thanks
i use PEAR::Mail http://pear.php.net/package/Mail_Mime this way i can send html and txt emails with attachements read thru the documentations there are some really good examples to get u running