Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(8 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Support Forums

ATutor Support

"there was an error sending the email message" atutor 1.5.3.3


You must be signed-in to post.

AuthorSubject
  Page: 1 | 2
djiolomeous
Subject: Re:Quote this post in your reply
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.
Posted: 2010-04-23 10:11:17
harris

Avatar for harris
Subject: Re:Quote this post in your reply
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.
Posted: 2010-04-23 10:18:43
djiolomeous
Subject: Re:Quote this post in your reply
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)
Posted: 2010-04-24 05:40:20
harris

Avatar for harris
Subject: Re:Quote this post in your reply
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
Posted: 2010-04-26 09:19:23
djiolomeous
Subject: Re:Quote this post in your reply
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 -

In reply to:
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...

Posted: 2010-05-06 03:50:12
saeedzaroori
Subject: There was an error sending the email message.Quote this post in your reply
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
Posted: 2011-03-20 10:30:49
greg

Avatar for greg
Subject: Re: There was an error sending the email message.Quote this post in your reply
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:

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

Otherwise read the FAQ on mail setup:
atutor.ca/atutor/docs/faq.php#1
Posted: 2011-03-20 11:51:36
saeedzaroori
Subject: Re: There was an error sending the email message.Quote this post in your reply
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
Posted: 2011-03-20 15:09:15
saeedzaroori
Subject: Re: There was an error sending the email message.Quote this post in your reply
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!
Posted: 2011-03-20 16:59:37
greg

Avatar for greg
Subject: Re: There was an error sending the email message.Quote this post in your reply
Try this thread
atutor.ca/view/7/12666/1.html
Posted: 2011-03-20 17:40:07
saeedzaroori
Subject: Re: There was an error sending the email message.Quote this post in your reply
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.
Posted: 2011-03-21 10:17:58
 Page: 1 | 2

You must be signed-in to post.