ATutor

Learning Management Tools







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


Enrollment through import course list


  • 2011-09-08 16:28:05

    Enrollment through import course list

    This isn't necessarily a problem but I'm looking to try to find a way to add a second email address or a BCC email address to the email sent out to the student when you use the import student list option in a course. Is there a way so that when that email is sent out it is also sent to a second email (for internal use) at the same time?

    Thanks in advance
    Chris

    Things to describe:
    Operating system ATutor is installed on - Linux
    ATutor version - 1.6.1
    Patch #s applied - 1,2,3,4,6,7,8,9,10,11,12,13
    ATutor theme name - BPO Olive
    PHP version - 4.4.9
    MySQL version - 5.0.91

  • 2011-09-08 17:16:55

    Re: Enrollment through import course list

    I'm not exactly sure where the mail is sent from in 1.6.1, but I'd start by looking in the files in the following directory. You can add a $mail->bcc value where the mailer runs to send out the enrolment emails


    http://svn.atutor.ca/repos/atutor/tags/atutor_1_6_1/include/html/

  • 2011-09-21 13:26:46

    Re: Enrollment through import course list

    Thanks I finally found the file I needed but I don't know how to format the $mail->bcc. do you set it up like below?

    $mail->bcc = 'email@email.com';

    If not any help would be greatly appreciated.

  • 2011-09-21 14:20:33

    Re: Enrollment through import course list

    Yes, that should work.