News

.PHP on IIS relies on the virtual SMTP server in IIS to send mail through it's mail function.I need to either:A) get the Virutal server to deliver mail without using our exchange server orB) get ...
The smtp protocol is pretty easy, finding some php code that implements it won't be difficult, just set the parameters based on the user configuration. Even adding ssl/tls isn't too difficult.