Customising registration emails Customising registration emails
 

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

Customising registration emails

Started by slwcs, September 08, 2006, 12:25:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

slwcs

Hi,

How do i customize the automated registration email as folllows.

1. Change the text of what the registrant gets.
2. Change the email that comes to me as admin to come from the registrants address rather than the default coppermine account?

thanks,

Joachim Müller

You can edit the text in your language file, e.g. lang/english.php. Edit it with a plain text editor (notepad.exe is fine), find// ------------------------------------------------------------------------- //
// File register.php & profile.php
// ------------------------------------------------------------------------- //
and edit the stuff beneath it accordingly.

You usually can't make the server pretend to be someone else (which would be open relaying), that's why you can't send the email making it appear as if it was sent by the registrant.