I'm trying to setup a Debian Lenny box to be used for web development. It's running the standard PHP5, Apache2, and MySQL5. I've been trying to get it so that I can use the PHP mail() function to send out email... but I haven't been successful. Does anyone know of a good tutorial that tells you what needs to be installed and how to configure it? Thanks for the help.
|
feedback
|
|
Sendmail is a requirement for the PHP mail() function on Linux, maybe check the logs in /var/log/ to see what what might be going wrong if you already have it installed. Here is a tutorial on setting up sendmail with debian. Your other alternative if you want to use a different SMTP server is to use a different library. See this serverfault post for other options along these lines. | |||||||||
feedback
|