By markcawit
I have created an email function with CodeIgniter and I used its email library with the smpt configuration and it’s working on my local machine, and when I uploaded in my droplet the email function does not working now (it doesn’t send email using CI Email lib). What could it be the possible cause that it’s not working on my server?
Using this configuration: $config[‘protocol’] = ‘smtp’; $config[‘mailtype’] = ‘html’; $config[‘smtp_host’] = ‘ssl://smtp.gmail.com’; //‘ssl://smtp.googlemail.com’; $config[‘smtp_user’] = ‘email_address’; $config[‘smtp_pass’] = ‘password’; $config[‘smtp_port’] = ‘465’; $config[‘charset’] = ‘utf-8’; $config[‘crlf’] = “\r\n”; $config[‘newline’] = “\r\n”;
Here is the link to the function and it shows the error with the smtp validation/authentication: http://postfor.us/construction/test_mail
Please have a look, and if you have a solution for this issue. Please let me know.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
