Send mail with attach file ?

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
zkaung
Forum Newbie
Posts: 1
Joined: Tue Jan 28, 2003 4:42 am
Location: thailand
Contact:

Send mail with attach file ?

Post by zkaung »

How can I do for send e-mail with attachment file in mail() ?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

From the manual page on mail():
http://www.php.net/manual/en/function.mail.php

there are links to the following:
http://www.zend.com/zend/spotlight/send ... lpart1.php
http://pear.php.net/Mail_Mime

which should get you started.

Mac
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

and

Post by AVATAr »

SEARCH the forum!!! , there is a lot of stuff in here about sending mails!!!
Post Reply