Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → 3d Party Tools → How to Setting PvPGN WebRegistration with "email" method

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 10

1

Topic: How to Setting PvPGN WebRegistration with "email" method

What are all the steps for setting up with email method??

2

Re: How to Setting PvPGN WebRegistration with "email" method

Do you mean activation new accounts via email?

Do not ask for support in PM.

3

Re: How to Setting PvPGN WebRegistration with "email" method

HarpyWar wrote:

Do you mean activation new accounts via email?

yes right...
how to do?

4

Re: How to Setting PvPGN WebRegistration with "email" method

is it possible do web register if yes how? ty! wink

5

Re: How to Setting PvPGN WebRegistration with "email" method

1. Execute "awaiting_activation.sql" into your db

2. config.php

$activation['method'] = "email";

3. Webregister uses php function mail(), which calls local smtp server. So it must be installed on your server.

Do not ask for support in PM.

6 (edited by NightMan 16.10.2011 22:53)

Re: How to Setting PvPGN WebRegistration with "email" method

oke done...
thanks you ^_^

7

Re: How to Setting PvPGN WebRegistration with "email" method

how can install smtp on server

8

Re: How to Setting PvPGN WebRegistration with "email" method

leop wrote:

how can set smtp.gamil on that

You can deploy smtp server on your server machine (like a pvpgn) or use any external mail server like gmal, hotmail, yahoo etc.. SMTP settings for gmail

Do not ask for support in PM.

9

Re: How to Setting PvPGN WebRegistration with "email" method

can you tell me if i want to use gmail smtp how can config web registry to use gmail smtp ?

10

Re: How to Setting PvPGN WebRegistration with "email" method

webregister uses mail function with default smtp server settings in php.ini (localhost:25).
PHP doesn't support smtp authentication, but I can suggest you two ways to use gmail as smtp server:

a) Configure local smtp server. For example sendmail for windows.
b) Replace mail() function in includes\mail.php (line 22) with another, if you have some programming skill. For example good php mailer class with smtp authentication.

But you have to understand that gmail and other mail providers have restrictions like a number of emails to send per a day. So, if you have a dedicated server it's advisable to host your own mail server.

Do not ask for support in PM.

Posts: 10

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 0 guests, 0 registered users

forums.pvpgn.pro → 3d Party Tools → How to Setting PvPGN WebRegistration with "email" method