ATutor

Learning Management Tools







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


email notification on exam upload


  • 2012-05-18 01:13:41

    email notification on exam upload

    I'm trying to set up automatic email notification to an instructor when an exam is uploaded to the Assignment Dropbox. I tried adding the PHP 'mail' command to
    \e-courses\mods\assignment_dropbox/index.php but it doesn't work. Seems that there is a redirect to, eg., /e-courses/go.php/5/mods/assignment_dropbox/index.php

    Any suggestions as to what I should do?

    MySQL client version: 5.0.92
    Apache version 2.2.21
    Operating system linux
    PHP version 5.2.17

  • 2012-05-18 14:04:02

    Re: email notification on exam upload

    mail() should work, or atutor_mail(). You can look at other scripts that send mail, like the inbox, or perhaps enrollment scripts.


    Or, post a code snippet of what you've done?