Hello!
I have two servers, being:
- the first with apache+php3 and mySql;
- the second with pop3 and smtp (sendmail).
To use mail() function, how can I do to specify to the php3 uses the sendmail from the second server?
If second server = server2.domain.com, how can I configurate the php3.ini in
[mail function]
sendmail_path = ?
Is this work?
Two servers use ssh to comunicate to each other.
Thanks.