When I was using XAMPP before, the PHP mail() function worked as a charm, after migrating to Windows IIS I downloaded a copy of the sendmail package that XAMPP uses under the Inetpub folder.
With everything configured correctly, I can’t seem to get the mail function to send emails.
I’ve setup a test mail file mail.php under the domain skybyn.no to check if it’s working.
I used gmail’s SMTP server at first since that’s what worked before. And I did get the mail() function to work at the beginning, but now, it’s not working at all. I’ve tried to change port, verified the password, but no luck.
Now after configuring email with Cloudflare, I can receive email from [email protected], but how do I use this address to send from?