Page 1 of 1

Sending E-mail Attachments

Posted: Tue Apr 04, 2006 3:27 pm
by icesolid
I was wondering if anyone knew anyways of attaching multiple files to an e-mail. I have a script that will attach one file, but I want to be able to attach up to 20 files.

I have looked into XPertMailer and that, but I am really looking for a customized script.

Posted: Tue Apr 04, 2006 3:36 pm
by Ambush Commander
20 files?! Knowing email, the email would probably get dropped somewhere en route.

Try PHPMailer. Although I don't know if it can do 20...

Posted: Tue Apr 04, 2006 3:50 pm
by John Cartwright
I don't see a problem with sending 20 emails, I've sent plenty more than that.

In terms of software, I would definantly use PHPMailer. Worse comes to worse, why not send them in a packaged form and zip them on the fly)