On a linux system, debian 6 to be more precise, php 5.3.3, what is the default email program that php uses to send emails with its mail() function?
I think this will answer your question: http://www.php.net/manual/en/mail.requirements.php
NogDog;1248349 wrote:I think this will answer your question: http://www.php.net/manual/en/mail.requirements.php
It does. Thank you.
On Linux, PHP relies on the system program 'sendmail' for the mail() function.