Page 1 of 1

How to enable registration on xmage server ?

PostPosted: 21 Aug 2019, 08:29
by siyiye
Domain mail has been turned on。

Re: How to enable registration on xmage server ?

PostPosted: 21 Aug 2019, 08:34
by JayDi
Look at server's config.xml file...

You must setup:
1. authenticationActivated="true"
2. mailSmtpHost="smtp.xxx.xx"
3. mailSmtpPort="465"
4. mailUser="xxx@xxx.xx"
5. mailPassword="xxx"
6. mailFromAddress="xxx@xxx.xx"

Re: How to enable registration on xmage server ?

PostPosted: 21 Aug 2019, 08:46
by siyiye
JayDi wrote:Look at server's config.xml file...

You must setup:
1. authenticationActivated="true"
2. mailSmtpHost="smtp.xxx.xx"
3. mailSmtpPort="465"
4. mailUser="xxx@xxx.xx"
5. mailPassword="xxx"
6. mailFromAddress="xxx@xxx.xx"
authenticationActivated="true"
googleAccount="" ——if not have info,don't fill?
mailgunApiKey="" ——if not have info,don't fill?
mailgunDomain="" ——if not have info,don't fill?

mailSmtpHost=""
mailSmtpPort=""
mailUser=""
mailPassword=""
mailFromAddress=""

Re: How to enable registration on xmage server ?

PostPosted: 21 Aug 2019, 08:46
by JayDi
Yes, ignore that fields.

Re: How to enable registration on xmage server ?

PostPosted: 24 Aug 2019, 06:12
by siyiye
JayDi wrote:Yes, ignore that fields.
Yes! it's OK!

THX!!!