I am working on a php/c# project which is an Email Server with a web interface to manage the Email Server application.
The program is supposed to work on windows and linux but I have been mostly doing my development in windows.
I've not come onto testing in Linux and have found a horrible problem.
From what I have googled on Windows PHP you can choose an SMTP server that you want to use, but it looks as if on Linux you don't have this option so when PHP sends an email it completely bypasses my program.
Is there a way to make PHP use an SMTP server of your choice, I know you can use PEAR to overrride the SMTP settings but I'd prefer that the standard PHP mail function would work so other software like PHPBB forum would send emails via my SMTP server instead of the default php mail.
Is this something that is possible or is my only option to use pear?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…