• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lost Account Gesior

aldocouto

New Member
Joined
Feb 22, 2013
Messages
6
Reaction score
0
SMTP Error: Could not authenticate.

and

An error occorred while sending email! Try again or contact with admin.
 
Yes

// E-MAIL config
$config['site']['send_emails'] = 1; // is acc. maker configured to send e-mails?
$config['site']['mail_address'] = "[email protected]"; // e-mail address
$config['site']['smtp_enabled'] = "yes"; // send by smtp or mail function (set 0 if use mail function)
$config['site']['smtp_host'] = "smtp.gmail.com"; // address
$config['site']['smtp_port'] = "587"; // port
$config['site']['smtp_auth'] = "yes"; // need authorization? (set 0 if not need auth)
$config['site']['smtp_user'] = "[email protected]"; // login
$config['site']['smtp_pass'] = "mykey"; // password

- - - Updated - - -

could you help me?
 
Have you tried with a different port and this?
PHP:
$config['site']['smtp_host'] = "ssl://smtp.gmail.com"; // address
 
already tried that yes, the port over which I can use?

HTML:
$config['site']['smtp_host'] = "ssl://smtp.gmail.com"; // address

- - - Updated - - -

sorry for my english, I'm brazilian and translated by google
 
sorry, I'm very bad at sites could assist me better, ie better explain myself?

- - - Updated - - -

you say you need perhaps a paid smtp server?

- - - Updated - - -

Help pleace
 
Back
Top