Sending E-mail Attachments

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
icesolid
Forum Regular
Posts: 502
Joined: Mon May 06, 2002 9:36 pm
Location: Buffalo, NY

Sending E-mail Attachments

Post 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.
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post 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...
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post 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)
Post Reply