Change Registration Confirmation Email to HTML Change Registration Confirmation Email to 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

Change Registration Confirmation Email to HTML

Started by macnyc, March 01, 2004, 04:47:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

macnyc

How do I change the registration confirmation email to HTML from plain text?  Also, where can I insert the HTML for this email?  I searched the boards - but no luck.  Any advise?

Nibbler

$lang_register_confirm_email in your language file is the place to start.

See in mailer.inc.php, declarationof cpg_mail function is :

function cpg_mail($to, $subject, $msg_body, $type = 'text/plain', $sender_name = '', $sender_email = '')

Maybe you can change the type there, and enter the html into the lang file, i havent tried it, but it may work.