Quote:
Originally posted by chaz7979
I just want to set up my board so that the email notify mails go out in html so html links can be read. If people don't have html they will jsut see the code and be able to read the rest of the email text right?
If so How can I set up the board to do that? Should be a matter of adding a MIME header to the mail code but I don't know where that is. Any help you could give me would be great.
|
There's a bit more to it than adding a MIME header. You need to actually encode the HTML using base64. All the necessary functions are available in php, or you can use one of the php classes distributed at zend.com, or you can use this hack and only change the mail() call to mime_mail() in the relevent file that sends notify messages (functions.php).