Project

General

Profile

Getting sending email working under Mac OS X 10.5.4 (Leopard)

Added by eric gorr over 15 years ago

I am running 0.7.3.

I've got redmine up and running (almost), but when I create a new user account and check the box:

Send account information to the user

the e-mail is not received. I have looked in the various log files (mail.log, etc.) and at the output of the WEBrick web server in the terminal, but don't see any messages that seem to be of interest. Is there a log file somewhere that I can look at?

If it matters, I used [[http://cutedgesystems.com/software/MailServeForLeopard/]] to get the following PHP test script to send mail out:

<?PHP
$to      = 'eric@ericgorr.net';
$subject = 'the subject';
$message = 'hello';
$headers =     'From: ericgorr@mac.com' . "\r\n" .
            'X-Mailer: PHP/' . phpversion();

$success = mail($to, $subject, $message, $headers);

echo $success;
?>

Any advice on how to get this up and running?

thank you.


Replies (1)

RE: Getting sending email working under Mac OS X 10.5.4 (Leopard) - Added by Thomas Lecavelier over 15 years ago

You should check that your smtp server don't silently drop the mail. Please test as admin the config tab function "send a test mail" and check that it turns green (check that the user doing this has a correct mail address in his profile)

    (1-1/1)