While sending an email, I\'m receiving a bunch of such errors:
A PHP Error was encountered Severity: Notice Message: fwrite(): send of 12 bytes failed with
I try this and it's work for me
$config['protocol'] = 'smtp'; $config['smtp_crypto'] = 'tls'; $config['smtp_host'] = 'smtp.gmail.com'; $config['smtp_port'] = '587';