This topic is locked
[SOLVED]

 registration email

8/9/2012 3:58:15 PM
PHPRunner General questions
W
Windfall author

How do I customize the registration email? I want to send an html e-mail when a user registers

C
charlesfolder 8/9/2012

Hi, Windfall
Here is some tips
Go to Security->DataBase->User Login Settings... -> New User Registration page

W
Windfall author 8/9/2012

Got it. But it sends a simple email. I wanted to switch to an html email.



Hi, Windfall
Here is some tips
Go to Security->DataBase->User Login Settings... -> New User Registration page

Sergey Kornilov admin 8/10/2012

You can use AfterSuccessfulRegistration event to send your own HTML registration email. A couple of links that can help:

http://xlinesoft.com/phprunner/docs/after_successful_registration.htm

http://xlinesoft.com/phprunner/docs/runner_mail_function.htm

W
Windfall author 8/13/2012

Ok. Thank you.

W
Windfall author 8/13/2012

Ups, have a problem. How do I send in the message body the activation link?