ATutor

Learning Management Tools







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


there was an error sending the email message atutor 1533


  • 2007-03-08 16:36:56

    there was an error sending the email message atutor 1533

    Ok, atutor is running properly but the only thing I have to configure to start using the service is the email notification for the students who enroll a course. I keep receiving the "there was an error sending the email" message. The Technical support area of our webhosting suggested me to use phpmailer, based on what they told me all what I have to do is to locate the file that has the following code and make modifications where necesary:

    require("class.phpmailer.php");
    $mail = new PHPMailer();
    $mail->IsSMTP();
    $mail->Host = "MAIL.DOMAIN.COM";
    $mail->SMTPAuth = true;
    $mail->Username = "POP3ACCOUNT.NAME";
    $mail->Password = "POP3.PASSWORD";
    $mail->From = "POP3ACCOUNT.NAME ";
    //$mail->FromName = "Mailer";//optional from name
    $mail->AddAddress("RECIPIENT", "RECIPIENT'S NAME");
    //$mail->AddReplyTo(" sender@example.com", "Information");
    $mail->IsHTML(false); // set email format to HTML
    $mail->Subject = "SUBJECT";
    $mail->Body = "BODY";
    if(!$mail->Send()) {
    echo "<p>Message could not be sent. </p>";
    echo "<p>Mailer Error: " . $mail->ErrorInfo . "</p>";
    }

    The thing is that I've been searching in every file of the atutor instalation for a code like this but there is none of the files have this kind of code for me to make the required modifications. Is this the correct procedure or Im I doing it all wrong.

    Thanks for your help, this atutor installation is a gift I want to donate for a non-profit organization in Colombia www.colombopereira.com . I appreciate your collaboration. John J Villa

  • 2009-04-01 04:54:07

    Re:

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

    Things to describe:
    Operating system ATutor is installed on -
    ATutor version -
    Patch #s applied -
    ATutor theme name -
    PHP version -
    MySQL version -
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used -
    ...and anything else relevant -

  • 2010-04-22 09:51:45

    Re:

    i use atutor 1.6.1

    whre i can configure email notification ???
    thanks b4 :D

  • 2010-04-22 09:56:15

    Re:

    i'm still newbi i hope u can help me step by step...
    thnks :D

  • 2010-04-22 10:09:57

    Re:

    Look in your preferences, through My Start page. Or subscribe to forums to have messages sent to you.

  • 2010-04-22 10:24:36

    Re:

    i mean
    i hve error ("there was an error sending the email") how to solve this problem..
    i use atutor 1.6.1

    thnks

  • 2010-04-22 10:38:22

    Re:

    That generally means there is a problem with the mail server. You'd need to talk to your service provider about that.

    See the FAQs
    http://www.atutor.ca/atutor/docs/faq.php#1

  • 2010-04-22 10:49:25

    Re:

    in this problem, i use free hosting server like 000webhost.com

    :(

  • 2010-04-22 11:15:53

    Re:

    There's nothing we can do if the the mail server is not working.

  • 2010-04-22 12:35:02

    Re:

    the problem is not mail server not running but how to configuration the mail setting(class.phpmailer.php) like POP#,SMTP and etc??
    whre i must config the class.phpmailer.php in atutor 1.6.1???

  • 2010-04-22 17:27:35

    Re:

    There is nothing to configure in ATutor. Sendmail needs to be present and functioning for mail to work in ATutor, or the system's php.ini file need to have an external SMTP server defined in it.

  • 2010-04-23 01:57:00

    Re:

    sry guys i still confuse :(

    if there is nothing to configure in ATutor how to ATutor can send email to other server such us yahoo mail or gmail when the user in ATutor losses her password???
    in this case i use free hosting(000webhost.com)

  • 2010-04-23 09:50:01

    Re:

    We support SMTP. Change your SMTP in your php.ini within your server. If you have questions regarding adjusting php.ini, you should consult your host.

    [reply][b]In reply to:[/b]
    the problem is not mail server not running but how to configuration the mail setting(class.phpmailer.php) like POP#,SMTP and etc??
    whre i must config the class.phpmailer.php in atutor 1.6.1???
    [op]forums/view.php?fid=7;pid=10013;page=1#19952[/op][/reply]

  • 2010-04-23 09:56:51

    Re:

    ok i will try it..

    so we not configure like it(class.phpmailer.php) -->

    require("class.phpmailer.php");
    $mail = new PHPMailer();
    $mail->IsSMTP();
    $mail->Host = "MAIL.DOMAIN.COM";
    $mail->SMTPAuth = true;
    $mail->Username = "POP3ACCOUNT.NAME";
    $mail->Password = "POP3.PASSWORD";
    $mail->From = "POP3ACCOUNT.NAME ";
    //$mail->FromName = "Mailer";//optional from name
    $mail->AddAddress("RECIPIENT", "RECIPIENT'S NAME");
    //$mail->AddReplyTo(" sender@example.com", "Information");
    $mail->IsHTML(false); // set email format to HTML
    $mail->Subject = "SUBJECT";
    $mail->Body = "BODY";
    if(!$mail->Send()) {
    echo "<p>Message could not be sent. </p>";
    echo "<p>Mailer Error: " . $mail->ErrorInfo . "</p>";
    }

  • 2010-04-23 10:01:58

    Re:

    Seems to me your code is saying the host is using SMTP, but providing POP3 information.

    [reply][b]In reply to:[/b]
    $mail->SMTPAuth = true;
    $mail->Username = "POP3ACCOUNT.NAME";
    $mail->Password = "POP3.PASSWORD";
    $mail->From = "POP3ACCOUNT.NAME ";
    //$mail->FromName = "Mailer";//optional from name
    }
    [op]forums/view.php?fid=7;pid=10013;page=1#19960[/op][/reply]

  • 2010-04-23 10:11:17

    Re:

    in this case i still use free hosting
    and this is an information :

    To configure email client such as Outlook Express you need these details:

    * Type of incoming mail server: POP3 or IMAP
    * Incoming mail (POP3 / IMAP) server: mx.000webhost.com
    * Outgoing (SMTP) server: you need to use your ISP (Internet Service Provider) SMTP server. Call your ISP to know your SMTP (mail sending) server. In case you are unable to get SMTP server, you can use WebMail for email sending.

  • 2010-04-23 10:18:43

    Re:

    You do not need the incoming mail servers.

    You need only the outgoing mail server. In this case, SMTP.

    "* Outgoing (SMTP) server: you need to use your ISP (Internet Service Provider) SMTP server. Call your ISP to know your SMTP (mail sending) server. In case you are unable to get SMTP server, you can use WebMail for email sending. "

    You need to use your ISP to know your SMTP server.

  • 2010-04-24 05:40:20

    Re:

    i hve chnge my server n support SMTP
    in this case i still got error message

    "The following errors occurred:
    There was an error sending the email message"

    and it's my mail config

    Mail Server Username: root+jilly.mynote.me
    Incoming Mail Server: mail.jilly.mynote.me
    Incoming Mail Server: (SSL) srv7.hosting24.com
    Outgoing Mail Server: mail.jilly.mynote.me (server requires authentication) port 25
    Outgoing Mail Server: (SSL) srv7.hosting24.com (server requires authentication) port 465
    Supported Incoming Mail Protocols: POP3, POP3S (SSL/TLS), IMAP, IMAPS (SSL/TLS)
    Supported Outgoing Mail Protocols: SMTP, SMTPS (SSL/TLS)

  • 2010-04-26 09:19:23

    Re:

    In your php.ini, make sure
    1.
    ;extension=php_smtp.dll
    is uncommented out.
    extension=php_smtp.dll

    2.
    [mail function]
    For Win32 only.
    SMTP = mail.jilly.mynote.me
    smtp_port = 25

  • 2010-05-06 03:50:12

    Re:

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

    Things to describe:
    Operating system ATutor is installed on -
    ATutor version -
    Patch #s applied -
    ATutor theme name -
    PHP version -
    MySQL version -
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used -
    ...and anything else relevant -

    [reply][b]In reply to:[/b]
    if i use linux OS
    kernel 2.6.18-164.11.1.el5.028stab068.5PAE
    cpanel version 11.25.0-RELEASE
    php 5.2.13
    mysql


    In your php.ini, make sure
    1.
    ;extension=php_smtp.dll
    is uncommented out.
    e...
    [op]forums/view.php?fid=7;pid=10013;page=2#19974[/op][/reply]

  • 2011-03-20 10:30:49

    There was an error sending the email message.

    When I want to send e-mails to instructors or...I face with the following error:
    The following errors occurred:
    * There was an error sending the email message.
    In the address bar I have this one:
    /ATutor/mods/_core/users/admin_email.php
    In the following address: include/config.inc.php
    /* Whether or not to use the default php.ini SMTP settings. */
    /* If false, then mail will try to be sent using sendmail. */
    define('MAIL_USE_SMTP', false);
    I changed it to ture
    but the error exists! but in a blank white page. How can I solve this problem?

    I'm using joomla and it works properly with mail.
    and i've installed Atutor in this address: public_html/ATutor/

    ATutor Version:
    2.0.
    PHP Version:
    5.2.17
    MySQL Version:
    5.0.91-community
    OS:
    Linux 2.6.18-238.5.1.el5.028stab085.2

  • 2011-03-20 11:51:36

    Re: There was an error sending the email message.

    The SMTP setting is for Windows systems. If Sendmail is working on your linux server, ATutor should not need any configuring to get mail to work.

    If you're getting a blank screen, perhaps there's a corrupted file. You may need to reinstall ATutor or replace the broken file with a fresh copy from the repository:

    http://svn.atutor.ca/repos/atutor/trunk/docs/

    Otherwise read the FAQ on mail setup:
    http://atutor.ca/atutor/docs/faq.php#1

  • 2011-03-20 15:09:15

    Re: There was an error sending the email message.

    before changing the value from false to true! the error was longer and showed me a long address of a php file that i can not remmember the exact file name! maybe class.phpmailer....

    ok, thanks, I'll install Atutor 2.02

  • 2011-03-20 16:59:37

    Re: There was an error sending the email message.

    I got the same error after isnstalling a Atutor 2.0.2

    Warning: escapeshellcmd() has been disabled for security reasons
    "public_html/ATutor/include/classes/phpmailer/class.phpmailer.php on line 395

    The following errors occurred:
    There was an error sending the email message."

    I really need to use the mail service!

  • 2011-03-20 17:40:07

    Re: There was an error sending the email message.

    Try this thread
    http://atutor.ca/view/7/12666/1.html

  • 2011-03-21 10:17:58

    Re: There was an error sending the email message.

    It seems that the SMTP is useing Port 587 and it needs authentication and after sending the mail, this error occours in the log of server (they told me)


    2011-03-21 17:36:06 H=localhost.localdomain (localhost) [127.0.0.1] F=<saeedzaroori@yahoo.com> rejected RCPT <saeedzaroori@yahoo.com>: authentication required

    this happend when I tried to use "forget password" service.

  • 2014-04-17 09:31:41

    Re: There was an error sending the email message.

    If you are worried about the outgoing mail server of 000webhost.com, here is a good new for you, You can host your Email account on google, Which means you can login to your business email from Gmail and avail the great features of Gmail, Google talk, Calender, Google drive and Hangouts and thats all with yourname@yourcompanyname.com email ID and the incoming and outgoing mail server will be the one you use for Gmail.For a detailed information on how to set this up you can visit this web page http://bookingtohosting.blogspot.in/2014/04/hostyourbusinessemailwithgoogle.html

  • 2014-07-31 11:47:47

    Re:

    banned for spamming
    klarakositor@yahoo.com