Has anyone got aMember Pro to work with OSX 10.3? OSX 10.3 Uses postfix instead of sendmail for the mail. I've tried and cannot seem to get it. I've tried changing the php.ini to postfix instead of sendmail, but it still does not send mail.
Have you got any other PHP script working on this server (I'm about mail() function)? If not, why problem was immediately considered as aMember-related? Try to run this script: PHP: <?php error_reporting(255); ini_set('display_errors', 1); $from = "youremail@yourdomain.com"; // <-- replace! $to = "youremail@yourdomain.com"; // <- replace! mail($to, "Test Email", "test email from the server", "From: $from") ?> You will see that problem has no relation with aMember !!! It is just PHP configuration issue.
not amembers fault Alex, I'm sure that it is OS X 10.3 (panther)'s fault, I'm just wondering if any has gotten postfix to work instead of sendmail since 10.3 uses postfix. Brent