Attaching a PDF to a generated text email

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
User avatar
dstefani
Forum Contributor
Posts: 140
Joined: Sat Jan 11, 2003 9:34 am
Location: Meridian Idaho, USA

Attaching a PDF to a generated text email

Post by dstefani »

Hello,

I've been trying to find a way to send a PDF attachment with a simple generated text email using mail();
The server is a PHP4 machine.

I've looked at code on Zen, so far things are breaking.

Isn't there a simple way to do this?

Thanks,

- dstefani
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Take a look at Swiftmailer. It got its own forum here on the board, viewforum.php?f=52
User avatar
dstefani
Forum Contributor
Posts: 140
Joined: Sat Jan 11, 2003 9:34 am
Location: Meridian Idaho, USA

Post by dstefani »

Swift rules!

A blessing on it's writer for all his help! :D

- dstefani
Post Reply