Does anyone know of a good software to create a PHP script to send an attachment from...

Cifru

New member
...an HTML form to email? 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.
 
I think you are looking for something like PHP Mailer, found here:

http://phpmailer.worxware.com/

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.
 
Back
Top