Hi,
I\'ve got 2 questions about the mail function in php:
1 I know how to send a text-based email and I know how ti send a HTML-based email. How do I sent both types to an e-mailaddres in a way that the HTML-mail is shown when the receiver\'s mailprogramme supports this and in all the other cases the text-email is displayed?
2 Is it possible to attach an image to an email? I want to send an HTML-email containing the following line:
<A href=\"logo.gif\"> The receiver of the email should now be able to view the email with the logo-image inserted in the context. How do I do such a thing?
I\'ve searched the php-manaul and several php-sites but no luck, so I hope someone can help me.
Thanx, Michiel