Codeigniter SMTP Email Error

后端 未结 1 1801
攒了一身酷
攒了一身酷 2021-01-05 08:28

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

相关标签:
1条回答
  • 2021-01-05 09:08

    For SSL add ssl:// to Your SMTP host address

    $config['smtp_host'] = "ssl://smtp.zoho.com";
    
    0 讨论(0)
提交回复
热议问题