Hello,
We are sending email using these settings:
$config['smtp_host'] = 'ssl://smtp.gmail.com';
$config['smtp_port'] = 465;
$config['protocol'] = 'smtp';
$config['mailtype'] = 'html';
$config['smtp_user'] = 'email@gmail.com';
$config['smtp_pass'] = 'password';
$config['smtp_timeout'] = 40;
Thats ok it works. For few days. Later it stops sending. THen we go to gmail acount in web interface to login. It is not able to login, it asks to enter capcha letters.
Then after logging in to web interface, PHP also started sendign emails.
How could this be related? Anyone had same problem?