Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14343

Cannot send mail via SMTP (version 3.16)

$
0
0
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';

and the result of debug on attached files.
please help and thank you

.png   Screenshot from 2017-10-23 22-45-45.png (Size: 119.28 KB / Downloads: 2)

Viewing all articles
Browse latest Browse all 14343

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>