ATutor

Learning Management Tools







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


Mail


  • 2005-02-03 12:33:59

    Mail

    1. ATutor 1.4.2
    2. Windows
    3. Apache 1.3.27
    4. php 4.3.3 MySQL 4.0.15
    5. Mozilla Firefox 1.0, Internet Explore 6
    6. I have root access
    7. installed EasyPHP1-7
    When i click contact course instructor this will appear:
    Warning: fsockopen(): unable to connect to localhost:25 in c:\easyphp1-7\ATutor\include\classes\phpmailer\class.smtp.php on line 105
    There was an error sending the message.

    What i must to do?

  • 2005-02-03 15:50:29

    Use smtp

    Set MAIL_USE_SMTP to TRUE in include/config.inc.php, and set up the SMTP settings in php.ini to use an external email server.

    Or, install a mail server on your system.