Does anyone know of a good software to create a PHP script to send an attachment from 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.

Bulk email marketing related posts:

One Response to “Does anyone know of a good software to create a PHP script to send an attachment from an HTML form to email?”

  1. 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.

Leave a Reply

*