Author |
|
npx78 Newbie
Joined: 20 May 2015 Location: France
Online Status: Offline Posts: 3
|
Posted: 20 May 2015 at 2:22am | IP Logged
|
|
|
Hello
When I try to send email, an error occurs.
In the log file, I have the following lines :
Code:
[08:53:42.60][ce9838ab] SMTP[DATA]: < 555 sorry, too many emails [mail414] (#5.7.1)\r\n
[08:53:42.60][ce9838ab] SMTP[ERROR]: exception 'MailSo\Smtp\Exceptions\NegativeResponseException' with message '555 sorry, too many emails [mail414] (#5.7.1)' in /home/bcgmvifk/www/webmail/libraries/MailSo/Smtp/SmtpClient.php:727
Stack trace:
#0 /home/bcgmvifk/www/webmail/libraries/MailSo/Smtp/SmtpClient.php(599): MailSo\Smtp\SmtpClient->validateResponse(250)
#1 /home/bcgmvifk/www/webmail/libraries/MailSo/Smtp/SmtpClient.php(321): MailSo\Smtp\SmtpClient->sendRequestWithCheck('MAIL', 250, 'FROM:<admin@bcg...')
#2 /home/bcgmvifk/www/webmail/libraries/afterlogic/common/managers/mail/manager.php(1096): MailSo\Smtp\SmtpClient->MailFrom('admin@bcg78.com', '51264')
#3 /home/bcgmvifk/www/webmail/libraries/ProjectSeven/Actions.php(1603): CApiMailManager->MessageSend(Object(CAccount), Object(MailSo\Mime\Message), NULL, 'INBOX.Sent', '', '')
#4 [internal function]: ProjectSeven\Actions->AjaxMessageSend()
#5 /home/bcgmvifk/www/webmail/libraries/ProjectSeven/Service.php(293): call_user_func(Array)
#6 /home/bcgmvifk/www/webmail/libraries/ProjectSeven/Boot.php(12): ProjectSeven\Service->Handle()
#7 /home/bcgmvifk/www/webmail/index.php(81): include('/home/bcgmvifk/...')
#8 {main}
[08:53:42.60][ce9838ab] Previous Exception: 555 sorry, too many emails [mail414] (#5.7.1)
|
|
|
There is a limit of the number email I can send ?
Regards
Nicolas
(Sorry for my english, I am french)
|
Back to Top |
|
|
webdbase2 Valued Community Member
Joined: 25 March 2015 Location: Bulgaria
Online Status: Offline Posts: 81
|
Posted: 20 May 2015 at 2:48am | IP Logged
|
|
|
This restriction is imposed by the SMTP server, not by Afterlogic's Webmail.
|
Back to Top |
|
|
npx78 Newbie
Joined: 20 May 2015 Location: France
Online Status: Offline Posts: 3
|
Posted: 20 May 2015 at 5:47am | IP Logged
|
|
|
Hello
Fix. It was a setup
Thanks
nicolas
|
Back to Top |
|
|
npx78 Newbie
Joined: 20 May 2015 Location: France
Online Status: Offline Posts: 3
|
Posted: 20 May 2015 at 5:49am | IP Logged
|
|
|
I do not know how to close the thread.
|
Back to Top |
|
|
Raymond AfterLogic Support
Joined: 14 April 2015
Online Status: Offline Posts: 9
|
Posted: 20 May 2015 at 5:52am | IP Logged
|
|
|
Good to know it works for you now!
Forum threads cannot be closed.
--
Regards Andrew,
AfterLogic Support
|
Back to Top |
|
|