ATutor

Learning Management Tools







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


SMTP Sendmail settings


  • 2005-10-17 05:01:59

    SMTP Sendmail settings

    Things to describe:
    operating system -win2000
    version of ATutor -1.5.1
    versions of php -
    version of mysql -
    webserver & version -
    copies of error messages -
    changes to default settings -
    web browser being used -
    and anything else relevant -

    Hi!
    Ive been trying to get the mail to run properly, but it doesnt work for me.

    The problem, i guess, is the settings in class.phpmailer.php.
    Can someone please help me with the settings, to get it right?
    Maybe someone can publish an example file?

    Thanks for a great LCMS!!



    My present, not working, settings:
    (Is this the only place where to change settings??)

    var $Host = "smtp.spray.se";

    /**
    * Sets the default SMTP server port.
    * @var int
    */
    var $Port = 25;

    /**
    * Sets the SMTP HELO of the message (Default is $Hostname).
    * @var string
    */
    var $Helo = "";

    /**
    * Sets SMTP authentication. Utilizes the Username and Password variables.
    * @var bool
    */
    var $SMTPAuth = true;

    /**
    * Sets SMTP username.
    * @var string
    */
    var $Username = "teacher1@spray.se";

    /**
    * Sets SMTP password.
    * @var string
    */
    var $Password = "password";