Welcome Guest, Not a member yet? Register   Sign In
Integrate Google Apps Mail with CodeIgniter - Error
#7

(This post was last modified: 05-28-2016, 05:45 AM by arma7x.)

PHP Code:
$config['protocol'] = 'smtp';
$config['smtp_host'] = 'smtp.gmail.com';
$config['smtp_user'] = '[email protected]';
$config['smtp_pass'] = 'mypassword';
$config['smtp_port'] = 465;
$config['smtp_crypto'] = 'ssl; 

This is my CI email configuration using gmail account. Result :: successfully send email. Make sure to follow all instruction from google troubleshoot.
KeepĀ calm.
Reply


Messages In This Thread
RE: Integrate Google Apps Mail with CodeIgniter - Error - by arma7x - 05-28-2016, 05:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB