Welcome Guest, Not a member yet? Register   Sign In
Cannot send mail via SMTP (version 3.16)
#7

@Rifky Pujiyansyah Suropaty

If PHPMailer works, you may try this library of mine, it extends CI_Email: https://github.com/ivantcholakov/codeigniter-phpmailer
Just install it within your application and write/use your configuration data. You would not need to change your application code for sending emails, leave it as it is, in CodeIgniter style. Thus PHPMailer would do the job hidden behind the CodeIgniter's API.

Second, not mandatory: It would be better, if you try to use tls (port 587), it is a newer way encryption that is also supported by Gmail.
Reply


Messages In This Thread
RE: Cannot send mail via SMTP (version 3.16) - by ivantcholakov - 11-01-2017, 04:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB