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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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