I can\'t get my emails to send when using SMTP with my codeigniter app.
There are many similar questions on SO, but none that solve my problem so that\'s why I\'m as
For SSL add ssl:// to Your SMTP host address
ssl://
$config['smtp_host'] = "ssl://smtp.zoho.com";