I've searched the forums and the php.net stuff and can't find anything solid to help...
I already have a working script that I wrote that sends emails to a list of addresses from my database. How do you attach a file to the emails as well?
-Cit
php email attachment
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
My suggestion is to download Swiftmailer and use it. At the very least, look at Chris' implementation of file attachment handling.