Mailer not working

Mailer not working

RW Wood
Vastuste arv 1

It seems as if the mailer is not working on my site. My hosting provider has the smtp server configured so that a pop connection has to be initiated just prior to sending mail (to avoid being used for SMTP relay) As a result, I left Moodle configured to use the default php mailer, and it seems to work ok for sending password confirmations or changes, but not for sending new forum posts.

I've already eliminated the possibility of the cron job being the culprit by running cron.php prior to checking for mail. It outputs that items have been processed, but when I check the mail, there's nothing.

Ideas appreciated.

Thanks,
RWW

Keskmine hinnang: -
Vastuses RW Wood

Re: Mailer not working

Martin Dougiamas
Core developers pilt Documentation writers pilt Moodle HQ pilt Particularly helpful Moodlers pilt Plugin developers pilt Testers pilt
If there's no errors on the cron page when processing/sending mail then it means the mail has been sent OK (at least as far as Moodle is concerned).

The mail may be queueing up somewhere on the machine.

The cron mail shouldn't be different from other mail (like password confirmations) though ... it's exactly the same code ... mõtlik