MIME html messages

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
alexislalas
Forum Commoner
Posts: 44
Joined: Sun Feb 19, 2006 10:09 pm

MIME html messages

Post by alexislalas »

hello all.

i want to send 2 different messagges to 2 different accounts with MIME html.


is that possible? if yes, how can i do it?


thanks
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

easy way:

download and use swift mailer.

harder way:

send the correct headers for HTML mail to the mail() function.

search this forum for HTML email and you'll find the header necessary.
Post Reply