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

It is working for me like this:


Code:
[
    'protocol'     => 'smtp',
    'smtp_host'    => 'ssl://smtp.gmail.com',
    'smtp_port'    => '465',
    'smtp_user'    => '[email protected]',
    'smtp_pass'    => 'mypassword',
    'smtp_timeout' => '30',
]

If you still can't send mail, you have to tell Google that you want to use a less secure app:

https://support.google.com/accounts/answ...0255?hl=en
Reply


Messages In This Thread
RE: Integrate Google Apps Mail with CodeIgniter - Error - by skunkbad - 05-28-2016, 05:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB