mail() attachment?

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
Shadough
Forum Newbie
Posts: 20
Joined: Tue Jun 04, 2002 9:11 pm

mail() attachment?

Post by Shadough »

I'm trying to find info on using the mail() function w/ attachments. Your help is greatly appreciated.
samscripts
Forum Commoner
Posts: 57
Joined: Tue Apr 23, 2002 4:34 pm
Location: London, UK

Post by samscripts »

Hi, there is at least one class on http://www.phpclasses.org that handles this. Search for mimemail. Try searching google as well.

Oh, and www.melonfire.com has a couple of articles on building a mail client - I haven't looked at these but they may contain some useful info.

hope this helps, sam :D
Shadough
Forum Newbie
Posts: 20
Joined: Tue Jun 04, 2002 9:11 pm

Post by Shadough »

Thanks
Post Reply