ATutor

Learning Management Tools







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


email not going


  • 2006-08-19 02:09:47

    email not going

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    operating system -win 2003 server
    version of ATutor - latest
    versions of php - http://www.doctoratyourdoorstep.com/phpinfo.php
    version of mysq l - compatible
    webserver & version -iis 6
    copies of error messages -
    The following errors occurred:

    * There was an error sending the email message.


    changes to default settings - none
    web browser being used - firefox latest
    and anything else relevant -

    almost everything is working fine except that i can't send any mail..........nor am i able to undersatnd from where do i change the e-mail settings. my config.inc.php says MAIL_USE_SMTP, true. i tried changing it to 1) false 2) TRUE (in caps)
    but this did not work

    can anyone help???

  • 2006-08-21 09:01:15

    Re: email not going

    You'll need to setup a pointer to an SMTP server in the php.ini file.

  • 2006-08-26 11:45:43

    Re: email not going

    Hello Greg

    The issue is my atutor is installed in a sub-folder on my website. How do make changes to php.ini................this is a conventional website on a conventional server. I don't even know where the server is located. Can you guide me a bit as to how to send mails.
    If it's not possible, then can u tell me a method of enrolling students without involving e-mail in the enrollment process.
    regards

  • 2006-08-26 13:48:22

    Re: email not going

    If you are on a hosted system, the system administrator will need to set the SMTP server in php.ini. (if the system is a Win 2003 server).

    Or, you can register all your students through the enrollment manager, then manually send them their user names and password. When they are created they are based on the first initial, underscore, lastname (e.g. login j_smith; password j_smith)

    ATutor is not going to function to its full capability if your server is not configured to handle email. I would suggest you find a host that uses Linux and Apache. Win2003 and IIS are not the most reliable when working with PHP based applications.