现在的位置: 首页 > 综合 > 正文

moodle email

2013年10月04日 ⁄ 综合 ⁄ 共 819字 ⁄ 字号 评论关闭

1. login with admin role
2. go to "Site administration > server > email"
3. fill in following settings
    SMTP hosts: smtp.gmail.com:465
    SMTP username: xxx@gmail.com
    SMTP password: xxx
4. find /lib/phpmailer/class.smtp.php, Around line 83 DIRECTLY after the Connect function header, insert this line immediately after the "{" :
    $host = 'ssl://' . $host;

ref link: http://docs.moodle.org/en/Email_setup_gmail

checking if the email settings work or not:
1. go to "Site administration > Users > Authentication > Manage authentication", scroll down, set "self registration" as "email-based self registration".

2. "logout > login > create new account", after that, if you receive an confirmation email, it means that moodle email setting is fine.

moodle send email blocks:
* Quickmail 1

http://moodle.org/mod/data/view.php?d=13&rid=92&filter=1

* Quickmail 2 (support large course)

http://moodle.org/mod/data/view.php?d=13&rid=764&filter=1

抱歉!评论已关闭.