ATutor

Learning Management Tools







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


Where is the enrollment email found php file


  • 2011-04-18 13:18:39

    Where is the enrollment email found php file

    Where can I find the file that creates the email sent to a new student. (i.e. enrolled using the import student list) I'm very proficient at PGP so I can take it from there but I need to find it so that I can edit the email that goes out to the student and so that it doesn't display the username and password at the bottom but instead in the middle of the message.

    Any help would be greatly appreciated.


    Things to describe:
    Operating system ATutor is installed on - Linux
    ATutor version - 1.6.2
    Patch #s applied - 0016,0006,0003
    ATutor theme name - (Custom Theme but is built off of BPO Olive)
    PHP version - 4.4.9
    MySQL version - 5.0.91
    Webserver & version - Shared
    :(

  • 2011-04-18 13:35:13

    Re: Where is the enrollment email found (php file)

    Hi,

    Instead of the enrollment email, I think you are looking for the mailer class within ATutor.
    It is called ATutorMail which uses PHPMailer.

    ATutorMail is in:
    include/classes/phpmailer/atutormailer.class.php

    PHPMail library:
    include/classes/phpmailer/

    Also, I am interested of seeing PGP integrated into ATutor. It would be nice if you can pack that into a module. :)