Click to See Complete Forum and Search --> : Auto Respond with Attachments Based on Visitor Selections


aaronicho
05-28-2007, 05:42 PM
I have a form which has a list of files that I wish to send to a visitor by email.

I only want the visitor to provide their name and email once, check the items they want to receive and submit once.

Then the visitor will get between 1 and 7 files by email (they enter) either in one email or separate emails/attachment. I cannot find a script to do this.

NogDog
05-29-2007, 12:55 AM
You might want to use a class like PHPMailer (http://phpmailer.sourceforge.net/) to do this, as it provides methods to add attachments to the email you want to send (without you having to understand email protocols, multi-part MIME formats, etc.).