Customising registration emails Customising registration emails
 

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

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.