![]() |
Heya,
We're transitioning vom our old Windows Server running Xampp, PHP 7.4 with Codeigniter 3 to our new Windows Server running Xampp, PHP 8.1 with Codeigniter 4. Both servers are within the same network. I've spent around an insane amount of hours re-writing the 50,000+ lines of PHP, but nothing compares to how much time I've wasted with getting a simple E-mail to send... Here is the error I'm getting, with personalised data replaced with crap like domain.com. The configs are 100% identical to the CI3 version. Username, password etc is 100000% correct. It could be a Windows issue, a PHP8.1 issue or a CI4 issue. I just can't figure this out. Spent around 6 hours on troubleshooting and now given up and hoping someone has experienced this before. Code: Unable to send email using SMTP. Your server might not be configured to send mail using this method. Code: <?php |
Messages In This Thread |
SMTP EMail sending issue - by cycyx - 12-07-2023, 09:03 AM
RE: SMTP EMail sending issue - by kenjis - 12-07-2023, 09:09 PM
RE: SMTP EMail sending issue - by cycyx - 12-08-2023, 08:52 AM
RE: SMTP EMail sending issue - by davis.lasis - 12-08-2023, 12:12 PM
RE: SMTP EMail sending issue - by kenjis - 12-08-2023, 05:18 PM
|