ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Problem with mail


  • 2011-09-02 05:53:08

    Problem with mail

    Operating system ATutor is installed on: Linux 2.6.32-24-generic (Ubuntu)
    ATutor version - 2.0.2(r10589 - 2010-12-21 16:47:09)
    ATutor theme name - Default
    PHP version - 5.2.10-2ubuntu6.5
    MySQL version - 5.1.41-3ubuntu12.8
    Web browser being used - Firefox, explorer

    Hello. I have to do a project in ATutor and I get a lot of problems. There is a little documentation (All English) and I cant modify a lot of things.

    Today, I have a problem with email. I log in atutor with my administrator account and I send Email to the stundents. Atutor says my "Success" but the students dont receive email.

    What can I do?

    Thanks

  • 2011-09-02 07:13:04

    Re: Problem with mail

    see:
    http://atutor.ca/atutor/docs/faq.php#1

  • 2011-09-05 07:57:54

    Re: Problem with mail

    Hi Greg, I have a question:

    I have the IP of my email server. When I work with moodle I have a textbox inside moodle where I put the ip of the server, the username, password,...

    Can I do that in Atutor?

    Thanks.

  • 2011-09-05 08:48:41

    Re: Problem with mail

    Typically you set the mail server's location in the system's php.ini file, adjusting the SMPT settings.

    There isn't a place to put it in ATutor.

  • 2011-09-07 04:31:50

    Re: Problem with mail

    Finally, I get a solution.

    I modify /mods/_core/users/admin_email.php, atutor default uses the library \include\classes\phpmailer\atutormailer.php. I change this library to \include\classes\phpmailer\class.phpmailer.php in admin_email.php

    Then I configure admin_email.php with my email server, user, pass,...
    Last I configure class.phpmailer.php changing "mail" for "smtp"

    I wish I hope to help more people with the same mistake I did