coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: bit bit spears on December 30, 2004, 08:01:24 PM

Title: how do you make the activation email show html?
Post by: bit bit spears on December 30, 2004, 08:01:24 PM
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?
Title: Re: how do you make the activation email show html?
Post by: 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
Title: Re: how do you make the activation email show html?
Post by: Tranz on December 31, 2004, 07:09:36 AM
Thank you for returning to post the solution.
Title: Re: how do you make the activation email show html?
Post by: SaigonK on January 02, 2005, 03:43:39 AM
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...