PHP mail() and ssmtp on Debian Linux
June 19th, 2007 at 9:22pm |
If, like me, you have a dedicated mail server that you want your PHP scripts to use, you may have come across ssmtp. ssmtp is a cut-down MTA that simply sends mail off to another server - ideal for scenarios where you don’t need to receive mail on your web server, but you do want […]
Read the rest of PHP mail() and ssmtp on Debian Linux