Welcome Guest, Not a member yet? Register   Sign In
Cannot send mail via SMTP (version 3.16)
#1

(This post was last modified: 10-25-2017, 01:56 AM by Rifky Pujiyansyah Suropaty. Edit Reason: describe the effort )

I cannot send mail via SMTP, i'm using gmail account in this case.
There is my config:

$config['protocol'] = 'smtp';
$config['smtp_host'] = "ssl://smtp.googlemail.com";
$config['smtp_port'] = 465;
$config['smtp_user'] = 'email';
$config['smtp_pass'] = 'password';
$config['charset'] = 'iso-8859-1';
$config['wordwrap'] = TRUE;
$config['mailtype'] = 'html';

I've tried to login gmail using my email and my password, and I can logged in.
and I've changed "Allow less secure apps" to ON , but still does not send email.


The result of debug on attached files.
Thank you

Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
Cannot send mail via SMTP (version 3.16) - by Rifky Pujiyansyah Suropaty - 10-23-2017, 06:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB