Hello OTLand!
I think it's simple for the one who understands it.
I want to enable the "recover lost account" option, so I need to fill in this.
# Example configuration for gmail
# Don't forget to enable extension=php_openssl.dll in php.ini
$cfg['SMTP_Host'] = 'ssl://smtp.gmail.com';
$cfg['SMTP_Port'] = 465;
$cfg['SMTP_Auth'] = true;
$cfg['SMTP_User'] = '[email protected]';
$cfg['SMTP_Password'] = 'user';
$cfg['SMTP_From'] = '[email protected]';
ALSO: What is extension=php_openssl.dll in php.ini?
Thanks.
I think it's simple for the one who understands it.
I want to enable the "recover lost account" option, so I need to fill in this.
# Example configuration for gmail
# Don't forget to enable extension=php_openssl.dll in php.ini
$cfg['SMTP_Host'] = 'ssl://smtp.gmail.com';
$cfg['SMTP_Port'] = 465;
$cfg['SMTP_Auth'] = true;
$cfg['SMTP_User'] = '[email protected]';
$cfg['SMTP_Password'] = 'user';
$cfg['SMTP_From'] = '[email protected]';
ALSO: What is extension=php_openssl.dll in php.ini?
Thanks.