Hi all,
I'm using mail() function to send mails through my PHP script on a RedHat 7.2. But it isnt working and the problem is that I'm using a proxy server to send mails and not directly from my machine.
So, when using mail() it is searching for sendmail service in my machine rather than connecting to the proxy server. So, is there anyway by which I can connect my proxy server with the sendmail function.
With Thanks,
Prasad.