SMTP Mail not sending - Codeigniter Email Library |
I'm having issues in sending mail through SMTP Protocol.
**Welcome.php** PHP Code: $this->load->library('email'); Here is the output error: Code: An Error Was Encountered Quote:Note: The script is working fine on localhost, as well as multiple other hostings but not working on VPS Hosting. These are the things to remember: 1. The code is fine (Tried in different hosting and it works) 2. Changing $config['protocol'] = "smtp"; to $config['protocol'] = "sendmail"; it works. But I want to send mail only through SMTP Protocol. 3. Using Zoho Mail SMTP Protocols (smtp.zoho.com) 4. Tried, Google SMTP, Still not sending. (Used PHPMailer Library to test with the credentials. It's working on them.) |
Messages In This Thread |
SMTP Mail not sending - Codeigniter Email Library - by anburocky3 - 06-29-2018, 05:57 AM
RE: SMTP Mail not sending - Codeigniter Email Library - by InsiteFX - 06-30-2018, 05:36 AM
RE: SMTP Mail not sending - Codeigniter Email Library - by anburocky3 - 06-30-2018, 01:44 PM
RE: SMTP Mail not sending - Codeigniter Email Library - by InsiteFX - 07-01-2018, 04:17 AM
RE: SMTP Mail not sending - Codeigniter Email Library - by Paradinight - 07-01-2018, 05:01 AM
RE: SMTP Mail not sending - Codeigniter Email Library - by anburocky3 - 07-02-2018, 02:56 AM
RE: SMTP Mail not sending - Codeigniter Email Library - by mrksrn - 03-21-2020, 10:04 PM
RE: SMTP Mail not sending - Codeigniter Email Library - by donpramis - 10-06-2018, 06:46 AM
RE: SMTP Mail not sending - Codeigniter Email Library - by InsiteFX - 10-07-2018, 10:00 AM
|