Hi!
I just new to php. I have a question. My email server require authentication to send email.
Is it possible that I can add one parameter in the extra-header of mail function to disable the authentication?
I mean that the header like, From: $from\r\nAuth: false\r\n
thanks.