Mail Function: header param for attaching files to 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
dickey
Forum Commoner
Posts: 50
Joined: Thu May 16, 2002 8:04 pm
Location: Sydney, Australia

Mail Function: header param for attaching files to email

Post by dickey »

I assume that the mail function supports attachments.

Could someone please tell me what the header param and syntax is for attaching file:

Is it Attachment: ?

I know all the common ones like To: From: Cc: Bcc: .

Any assistance, a generic example or perhaps a document ref would be nice.

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

Post by volka »

sav
Forum Newbie
Posts: 8
Joined: Mon Oct 21, 2002 7:29 pm

Re: Mail Function: header param for attaching files to email

Post by sav »

dickey wrote:I assume that the mail function supports attachments.
?! 8O ?!
Not. Currently not ;)

But you can found some php classess with attachments support on http://www.phpclasses.org or another sites like this one.
Post Reply