April 27th 2010
I need a software (not PHP codes) to create a PHP file to attach attachments from an HTML form and sends them to email and/or leaves then on the surver. Do you know of any good software, such as Forms To Go, etc.. that allows me to do this. Your help is appreciated.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Posted in Programming & Design | 1 Comment »
April 30th, 2010 at 1:58 pm
I think you are looking for something like PHP Mailer, found here:
It can send an email through SMTP, so you can use your web-mail account if you like (I use my Gmail account and it works great). I don’t use the attach function, as I just use it for my contact form, but I keep seeing all this stuff about attachments, so I know it would work.