This topic is locked

How to change registration activation e-mail

1/22/2015 6:58:27 PM
PHPRunner General questions
B
bioman author

Hi,

I have been noticing that a fair number of people who are registering on my site are having a difficult time activating their accounts. I am guessing it has to do with the format of the activation e-mail but I'm not sure. I think the users who are having problems are clicking the first link in the e-mail that says where they registered. This brings them to my site and they try to log on. When this does not work, they are confused, and try to change their password. Then they can't log on and can't activate even if they go back to the original e-mail and click the correct link.
So I am wondering how to change the registration activation e-mail so that the first link does not exist, but instead I can substitute it with the name of my website with no hyperlink. Where can I find the file to change this and how is this done? Any insight is appreciated. Thanks,

Brett

Sergey Kornilov admin 1/23/2015

You can modify register.php file for this purpose. Here is what most likely you need to remove:

// send email to user

$message = ##message REGMAIL_USER1##." ".$url."\r\n\r\n";