Hi,
I am trying to create new users but it looks the php e-mail mode is not enabled. Could someone help me with this problem.
The user is created but the password could not be sent by e-mail.
When I try to create or redefine the password the following message appears:
PROBLEMS SENDING MAIL TO: ezequias.rocha@gmail.com
Mailer Error: Could not instantiate mail function.
Regards
Ezequias
Can't create new Users
Moderators: Developer, Contributor
Re: Can't create new Users
You must config mail-function in file config.php
Code: Select all
$g_phpMailer_method = 2; //smtp-mail
$g_smtp_host = 'smtp.email.com';
$g_smtp_username = 'username';
$g_smtp_password = 'password';