How to edit details of registration confirmation email? How to edit details of registration confirmation email?
 

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 to edit details of registration confirmation email?

Started by markg, January 02, 2006, 06:22:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

markg

Hi, congrats on a great application!

Where can I edit the details of the registration confirmation email sent to new users?

The email that goes to new users currently has From address surrounded by backslashes and double quotes, ie
From: \"domain-name\".

I've checked around but can't find anywhere to change it.  Otherwise ecards and registration email work fine.

Thank you
Mark

Joachim Müller

edit lang/yourlanguage.php, e.g. lang/english.php, find // ------------------------------------------------------------------------- //
// File register.php & profile.php
// ------------------------------------------------------------------------- //
and edit the stuff below it.

markg

There is a small problem with my CPG 1.42 registration confirmation email.  It has backslashes and a single quote around the domain name, how do i remove these?

The subject says:

\'<my domain-name>\' - Registration confirmation
eg
\'hithere.com\' - Registration confirmation

How do I change the line
'confirm_email_subject' => '%s - Registration confirmation', (line 1510 in english.php)

so that the quote and backslashes don't appear in the subject line?  Something weird is happening with the %s substitution, but i'm not sure if i should edit the source, or where its happening.

Thank you
Mark

Tranz


Joachim Müller

Quote from: markg on January 09, 2006, 12:36:17 PM
There is a small problem with my CPG 1.42 registration confirmation email. 
Upgrade to cpg1.4.3 - not sure if it will fix your particular issue, but you should do it anyway, as it fixes other issues.