ATutor

Learning Management Tools







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


Enrollment info Emailing


  • 2006-10-02 17:34:33

    Enrollment info Emailing

    Where can I change the behavior of the auto emailing functionality of atutor. Currently every newly created account gets an email informing them of their user name and password as well as url to login. I'll like to send a copy of each email to admin.

  • 2006-10-02 19:12:29

    Re: Enrollment info Emailing

    Instructors can recieve notice for private courses. This can be set in Manage>Properties.

    There isn't a setting for admins to receive registration notices, though you could add the admin/contact email address to the $mail->AddAddress() in registration.php. Something like:

    [php]

    $mail->AddAddress($_POST['email'],$_config['contact_email']);

    [/php]

  • 2006-10-03 10:17:26

    Re: Enrollment info Emailing

    thanks Greg what I'm looking for. Does this also apply for when one is doing batch enrollments?

    Ola