how do you make the activation email show html? how do you make the activation email show html?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

how do you make the activation email show html?

Started by bit bit spears, December 30, 2004, 08:01:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bit bit spears

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?

bit bit spears

nevermind i figured it out. edit 'include/mailer.inc.php' change:

text/plain

to

text/html

Tranz


SaigonK

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...