ATutor

Learning Management Tools







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


Configuring Email SMTP Authentication


  • 2017-04-14 08:34:49

    Configuring Email SMTP Authentication

    Hi,
    I am unable to config to send email notification from ATutor via SMTPSL auth. Can you guide me how to config those settings for ATutor. As without SMTP, our emails to users mostly go into their spam folder. I already followed either the FAQ or forum thread at https://www.atutorspaces.com/forums/view.php?fid=7&pid=25602 but still notsuccessful... It returns an error message "There was an error sending the email" when I submit the forgot password form.
    Fyi, I am successful to config smtp with Drupal cms on the same server. Your help would be highly appreciated. Thanks.

    Things to describe:
    Operating system ATutor is installed on - Linux
    ATutor version - 2.2.2
    Patch #s applied -
    ATutor theme name - Default
    PHP version - 5.6.3
    MySQL version - 5
    Webserver & version - Apache
    Copies of error messages - There was an error sending the email message.
    Changes to default settings -
    Web browser being used -
    ...and anything else relevant -

  • 2017-04-14 10:44:41

    Re: Configuring Email SMTP Authentication

    Setting up email authentication is beyond what we can guide you with here.

    You might try searching out resources on the Web on how to do that. Perhaps start with this:

    https://en.wikipedia.org/wiki/SMTP_Authentication

  • 2017-04-14 10:48:19

    Re: Configuring Email SMTP Authentication

    Also see:
    https://mandrill.zendesk.com/hc/en-us/articles/205582267-About-SPF-and-DKIM

  • 2017-04-15 10:05:43

    Re: Configuring Email SMTP Authentication

    Thanks Greg for showing some reference materials. I went through those documents and can you give me the clue where to define smtp info such as username, password and smtpAuth in ATutor? My server is setup working well with smtp auth support but know no way where to delclre such information in ATutor. Again, thanks for your support.

  • 2017-04-15 10:55:34

    Re: Configuring Email SMTP Authentication

    SPF and DKIM are usually setup through your DNS provider.

    There is no place in ATutor to add these.

  • 2017-04-15 11:11:25

    Re: Configuring Email SMTP Authentication

    Thanks Greg. I already configured SPF and DKIM and it works fine with my existing CMS. But I need to define user info in the CMS itself. So I am trying to find where is the place in ATutor to declare those info such as outcoming host, smtp username/password, tls/ssl authentication and outcoming smtp port. I see under the include/classes/phpmailer folder of ATutor, it has several files which have variables to define smtp info but I am not successful with with it. If you see any clue on this, I am much highly thankful for that.

  • 2017-04-15 13:49:39

    Re: Configuring Email SMTP Authentication

    There should be no need to change any setting in ATutor if your SPF and DKIM are setup properly. This works fine with all our servers.

    The SMTP setting in phpmailer is for windows systems that are using a remote SMTP server to send email. These do not need to be set when using a Linux server.

    There is no further advice I can offer on this issue.