coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 ecards & email => Topic started by: slwcs on September 08, 2006, 12:25:14 PM

Title: Customising registration emails
Post by: slwcs on September 08, 2006, 12:25:14 PM
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,
Title: Re: Customising registration emails
Post by: Joachim Müller on September 08, 2006, 01:42:14 PM
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.