![]() |
Sent email via SMTP - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Sent email via SMTP (/showthread.php?tid=84917) |
Sent email via SMTP - motoroller - 11-23-2022 hello everyone, can г help me i have a project in CI3, and send email via SMTP, chanhe to CI4, same settings, but get error can`t send email with php_smtp() from same pc, but with CI3 send it properly RE: Sent email via SMTP - varunig - 11-23-2022 It will not work on localhost because you generally don't have any SMTP service setup on localhost to send emails? Have you installed any SMTP service on localhost? |