hello
has anyone dealt with this before? I have made a MIME automated emailer in php/ mysql. successfull and it works on my web server (online at a ISP)
however the client uses two / three different servers so the php and mail server are not on the same machine so they require authentication
they are using microsoft exchange server which requires the username and password, is there a way to set this in php?
such as set_ini("SMTP","someip");
username / password?
Thanks in advance
jaco