Mailer not working

Mailer not working

- RW Wood の投稿
返信数: 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

RW Wood への返信

Re: Mailer not working

- Martin Dougiamas の投稿
画像 Core developers 画像 Documentation writers 画像 Moodle HQ 画像 Particularly helpful Moodlers 画像 Plugin developers 画像 Testers
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 ... 思慮深い