Hi list

I have made an extension in which I (among other things) am sending a mail 
to the FE user.
The mail code is as below:

    $subject = "My header";
    $headers = "From: Lasse Guldsborg <[EMAIL PROTECTED]>";
    $message = "My email message";
    $reciever = "[EMAIL PROTECTED]";
    t3lib_div::plainMailEncoded($reciever,$subject,$message,$headers);

It works, but the email is sending in plain text. I would like to send it as 
HTML, or at least be able to use tags like "bold", "italic" and so on. I 
have tried reading about mail encoding, but I'm not getting anywhere.

Can anyone tell me what I should do?

Best regards,
Lasse Guldsborg 


_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to