ATutor

Learning Management Tools







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


Problem sending emails


  • 2014-08-31 18:59:36

    Problem sending emails

    Hi
    Please help me
    Problem sending emails
    My Software

    atutor 2.0.3

    www.efa.ir/ems/

    What should be done after the installation settings



    =========================
    Statistics & Information

    Database:
    0.43 MB
    Courses:
    0
    Users:
    3
    ATutor Version:
    2.0.3(r11495 - 2011-09-13 13:27:29). Check Latest Version.
    PHP Version:
    5.3.27
    MySQL Version:
    5.5.37-cll
    OS:

  • 2014-08-31 19:30:59

    Re: Problem sending emails

    See the FAQs to start with.
    http://atutor.ca/atutor/docs/faq.php#1

  • 2014-09-01 01:41:32

    Re: Problem sending emails

    in
    class.phpmailer.php
    ??????
    ""
    The program is Empty
    What should be written
    Thanks
    var $Hostname = "";
    var $Host = "";
    var $Password = "";
    var $Username = "";




    /**
    * Sets the hostname to use in Message-Id and Received headers
    * and as default HELO string. If empty, the value returned
    * by SERVER_NAME is used or 'localhost.localdomain'.
    * @var string
    */
    var $Hostname = "";

    /////////////////////////////////////////////////
    // SMTP VARIABLES
    /////////////////////////////////////////////////

    /**
    * Sets the SMTP hosts. All hosts must be separated by a
    * semicolon. You can also specify a different port
    * for each host by using this format: [hostname:port]
    * (e.g. "smtp1.example.com:25;smtp2.example.com").
    * Hosts will be tried in order.
    * @var string
    */
    var $Host = "localhost";

    /**
    * 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 = false;

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

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

  • 2014-09-01 04:18:15

    Re: Problem sending emails

    Hi
    I am a teacher
    I do not have an orientation program
    Please give more tips

  • 2014-09-01 07:20:06

    Re: Problem sending emails

    www.efa.ir/ems
    Problem sending emails

  • 2014-09-01 08:09:18

    Re: Problem sending emails

    Watch this:
    https://www.youtube.com/watch?v=qCfWNYElqYY

  • 2014-09-01 12:44:50

    Re: Problem sending emails

    Hi
    I saw the videos
    But did not succeed
    I solve problems
    Problem sending email.
    Please, If You Can
    Help me, please
    Step by Step
    Thanks

  • 2014-09-01 13:04:50

    Re: Problem sending emails

    I'm guessing your server is windows.

    If that is the case you'd need to setup PHP's php.ini file to point to an SMTP server somewhere, as described in the FAQ I sent you earlier. This is typically something you'd have a system administrator setup for you. We would not be able to help with that.

    If you do not have an SMPT server available, you could try setting up a gmail account for that purpose. You can learn about how that's done at the following:

    https://www.digitalocean.com/community/tutorials/how-to-use-google-s-smtp-server

    If you are using a Linux system for your server, the Sendmail application would need to be installed and configured. That would also be a task for a system administrator.

  • 2014-09-02 01:18:59

    Re: Problem sending emails

    Hello again
    Thanks for your help
    My server is
    Linux
    =================
    Does the file
    class.PHPMailer.php
    Must be manually entered values
    var $Hostname = "???????????????";
    var $Host = "?????????????????";

    var $Username = "????????????????";
    var $Password = "????????????????";
    Rather than question marks

    What values to writeRather than question marks

    What values to write