Hello!
Just have a quick question. Where do i edit the settings for sending mail (will a smtp server setting do like in the php Windows version?) on a Linux machine. (Apache, PHP4).
Thanks in advance. Anders
You can configure the sendmail php uses in your php.ini file under sendmail_path. This file is usually located at /usr/local/lib/php.ini, or you can change this value in apache .htaccess files with php_value sendmail_path '/usr/lib/sendmail -t' (for PHP4).