Hey everyone, i have a question. I really want to have the email sent be in html, but when i put the html in the english.php file (for the activation email) all it did was show the html code, not the output.
Can any one tell my how to make the activation email show html's output, not the code?
nevermind i figured it out. edit 'include/mailer.inc.php' change:
text/plain
to
text/html
Thank you for returning to post the solution.
Quote from: bit bit spears on December 31, 2004, 06:53:59 AM
nevermind i figured it out. edit 'include/mailer.inc.php' change:
text/plain
to
text/html
Can you provide an example of you html code you are using? i am interested in doing this as well...