CodeIgniter Forums
sending mail with phpmailer - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: sending mail with phpmailer (/showthread.php?tid=71004)



sending mail with phpmailer - ghostpom12 - 06-26-2018

Hello
i use user name and password for my gmail smtp acount
but when i used in laravel its worked !

Thanks in advance


RE: sending mail with phpmailer - lmouta - 06-26-2018

Could you share any part of your code?


RE: sending mail with phpmailer - php_rocs - 06-26-2018

@ghostpom12,

I'm not sure I understand what you are asking help for. Can you be more descriptive? What are you trying to use CI to do?


RE: sending mail with phpmailer - anburocky3 - 06-30-2018

Just before answering your queries. Did you do the following if you are using Google SMTP?


  1. Enabled Allow Low Secure App setting on your google account?
  2. Did you able to see any Login Blocked on your google mail?
If the above settings are okay. Then you may need to configure correctly in Codeigniter to send mail. Hope it helps