email forwarding

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
navid
Forum Commoner
Posts: 68
Joined: Tue Sep 24, 2002 3:14 am
Location: iran

email forwarding

Post by navid »

Hi,

I have a problem for Forward e-mail!
My receiving e-mail includes attachment.
when I wanted to forward this e-mail.
How can I send the attachment with my e-mail?

Navid,

Thanks
Coco
Forum Contributor
Posts: 339
Joined: Sat Sep 07, 2002 5:28 am
Location: Leeds, UK
Contact:

Post by Coco »

http://www.php.net/manual/en/function.mail.php
...Email with attachments and special types of content can be sent using this function. This is accomplished via MIME-encoding - for more information, see this...
Post Reply