Sending html mail

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
mathewvp
Forum Commoner
Posts: 28
Joined: Wed Apr 23, 2003 10:28 am

Sending html mail

Post by mathewvp »

Could someone show me how to send html mails.I want to send html pages containing pictures as regular mail not as attachment.
User avatar
Fredix
Forum Contributor
Posts: 101
Joined: Fri Jul 18, 2003 2:16 pm
Location: Wehr (Eifel) Germany
Contact:

Post by Fredix »

http://www.php.net/manual/en/function.mail.php
-here you learn how to use the mail() function

http://www.php.net/mail
-read through the user comments here (there is one exactly telling you want you want and even more)
mathewvp
Forum Commoner
Posts: 28
Joined: Wed Apr 23, 2003 10:28 am

Thanks

Post by mathewvp »

Thanks Fredix for the link you supplied.That helped me a lot
Post Reply