This topic is locked

Registration E-mail

8/13/2012 3:15:16 PM
PHPRunner General questions
W
Windfall author

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

http://xlinesoft.com...egistration.htm

http://xlinesoft.com...il_function.htm
But I have a problem. How do I send in the message body the activation link?
And when I record comes two e-mails: my email personalized, and pre-defined mail that the system sends

W
Windfall author 8/14/2012



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

http://xlinesoft.com...egistration.htm

http://xlinesoft.com...il_function.htm
But I have a problem. How do I send in the message body the activation link?
And when I record comes two e-mails: my email personalized, and pre-defined mail that the system sends


Somebody help me?

I need to change the e-mail confirmation, except that when I create a personalized e-mail, it goes without confirmation link and I receive two e-mails, the default (sent by the system) and my (html mail)

W
Windfall author 8/14/2012

There is a possibility?

Sergey Kornilov admin 8/14/2012

You need to uncheck 'Send email to user' check box on 'User Login Settings' dialog and send your own email manually. If you want to keep activation link functionality it gets more complicated as you need to roll your own activation solution in this case.