1

フォーラムの Moodle モジュールが投稿通知のメールを送信することに成功しません。メール送信は Moodle プラットフォームで正しく機能していますが、フォーラム モジュールに関しては機能しません。ブラウザから cron.php を実行したところ、次のようになりました。

Starting activity modules

Processing module function assignment_cron ...done.

Processing module function chat_cron ...done.

Processing module function forum_cron ...Processing user 3

Sending ERROR: SMTP Error: Data not accepted.

Error: mod/forum/cron.php: Could not send out mail for id 13 to user 3 (test.test@test.org) .. not trying again.

post 13: Re: test4

Sending ERROR: SMTP Error: Data not accepted.

Error: mod/forum/cron.php: Could not send out mail for id 14 to user 3 (test.test@test.org) .. not trying again.

post 14: Re: test4

Processing user 4

Sending ERROR: SMTP Error: Data not accepted.

Error: mod/forum/cron.php: Could not send out mail for id 13 to user 4 (test.test@test.org) .. not trying again.

post 13: Re: test4

Sending ERROR: SMTP Error: Data not accepted.

Error: mod/forum/cron.php: Could not send out mail for id 14 to user 4 (test.test@test.org) .. not trying again.

post 14: Re: test4

....

post 19: Re: teacher topic

0 users were sent post 13, 'Re: test4'

0 users were sent post 14, 'Re: test4'

0 users were sent post 15, 'new topic test'

0 users were sent post 16, 'Re: new topic test'

0 users were sent post 17, 'Re: new topic test'

0 users were sent post 18, 'teacher topic'

0 users were sent post 19, 'Re: teacher topic'

Starting digest processing...

Cleaned old digest records

done.
4

1 に答える 1

2

moodle 1.9 または 2.0 では、[サイト管理] ► [サーバー] ► [電子メール] に移動して、SMTP 設定を確認します。

このページの下部にあるムードル ドキュメントのリンクをクリックすると、メール設定、特に SMTP 設定に関するムードル ドキュメントが表示されます。

もしmoodleドキュメントへのリンクが見つからない場合は、http://docs.moodle.org/21/en/admin/setting/mail

于 2011-11-16T13:47:30.370 に答える