Who ccan help me with the MIME function in PHP?

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
User avatar
Skywalker
Forum Contributor
Posts: 117
Joined: Thu Aug 29, 2002 3:33 am
Location: The Netherlands

Who ccan help me with the MIME function in PHP?

Post by Skywalker »

I am having big problems trying to understand the MIME function, I just don't get it. I want to send a file by e-mail in PHP.

If enybody is so friendly to help me out with this thing, then I would be very pleased.

I allready have the form and the scripts, only the MIME function must be enterd corectly.

I am waiting for somebody's awnser. PLEASE PEOPLE

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

Post by volka »

mime mail format is defined rfc 1521 (part 1). A lot to read.

But there are several php classes for mime mail available. e.g. http://www.phpguru.org/mime.mail.html
Post Reply