Using PHP mail function with locked-down SMTP server
I host my own Exchange server and had accepted the restriction that I couldn’t use the PHP mail() function thinking it was an incompatibility with IIS. It turns out, however, that my Exchange server (like most Exchange servers) requires a username and password to work.
I found a user on a forum that solved this problem [...]

