snoopy5
Well-known member
XF 1.5.17
Hi,
I switched my webhoster 2 weeks ago and today I sent for the first time my weekly newsletter out. I do send it always via SMTP, not by php. See screenshot with my settings in ACP/options/email:
These are the Port settings of the new webhoster:
It took really long to send those emails to around 26.000 users. A lot longer than with the old webhoster. I guess the new one has more limitations like 1000 emails per 10 minutes or so. It took around 3,5 hours.
What does concern me are the error logs in XF-ACP. I have now around 8000 errors. They seems to be alsways duplicates. So in reality "only" 4000 errors for 4000 different email addresses (what a nightmare). The error message is always the same. See below.
I then checked the log for bounced email address. But there is not a single bounce recorded. This seems to me very unrealistic.
So my questions are:
1. Why are there no bounce emails? Could the reason for this be a wrong configuration in ACP or a webhoster problem?
2. Why this error above with too many emails from my IP address? Are the tougher restrictions (#emails/10 minutes) from my webhoster a reason for this?
I NEVER had this before with the old webhoster and I send out these newsletter now for several years. I called the new webhoster an d he said he can not do anything, i would just send out too many emails. I can hardly believe that.
Hi,
I switched my webhoster 2 weeks ago and today I sent for the first time my weekly newsletter out. I do send it always via SMTP, not by php. See screenshot with my settings in ACP/options/email:
These are the Port settings of the new webhoster:
It took really long to send those emails to around 26.000 users. A lot longer than with the old webhoster. I guess the new one has more limitations like 1000 emails per 10 minutes or so. It took around 3,5 hours.
What does concern me are the error logs in XF-ACP. I have now around 8000 errors. They seems to be alsways duplicates. So in reality "only" 4000 errors for 4000 different email addresses (what a nightmare). The error message is always the same. See below.
Code:
Server Error Log
Error Info
Zend_Mail_Protocol_Exception: Email to xyz@gmail.com failed: 4.7.1 Error: too much mail from myIPaddress - library/Zend/Mail/Protocol/Abstract.php:431
Generated By: admin, 22 minutes ago
Stack Trace
#0 /myserverpath/library/Zend/Mail/Protocol/Smtp.php(261): Zend_Mail_Protocol_Abstract->_expect(Array, 300)
#1 /myserverpath/library/Zend/Mail/Transport/Smtp.php(224): Zend_Mail_Protocol_Smtp->mail('bounceforen+6c4...')
#2 /myserverpath/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#3 /myserverpath/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#4 /myserverpath/library/XenForo/Deferred/UserEmail.php(168): Zend_Mail->send(Object(Zend_Mail_Transport_Smtp))
#5 /myserverpath/library/XenForo/Deferred/UserEmail.php(62): XenForo_Deferred_UserEmail->_sendEmail(Array, Array, Object(Zend_Mail_Transport_Smtp))
#6 /myserverpath/library/XenForo/Model/Deferred.php(295): XenForo_Deferred_UserEmail->execute(Array, Array, 8, '')
#7 /myserverpath/library/XenForo/Model/Deferred.php(429): XenForo_Model_Deferred->runDeferred(Array, 8, '', false)
#8 /myserverpath/library/XenForo/Model/Deferred.php(374): XenForo_Model_Deferred->_runInternal(Array, 8, '', false)
#9 /myserverpath/library/XenForo/ControllerAdmin/Tools.php(159): XenForo_Model_Deferred->run(true, NULL, '', false)
#10 /myserverpath/library/XenForo/FrontController.php(369): XenForo_ControllerAdmin_Tools->actionRunDeferred()
#11 /myserverpath/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#12 /myserverpath/admin.php(13): XenForo_FrontController->run()
#13 {main}
Request State
array(3) {
["url"] => string(55) "https://www.mydomain.com/admin.php?tools/run-deferred"
["_GET"] => array(1) {
["tools/run-deferred"] => string(0) ""
}
["_POST"] => array(3) {
["redirect"] => string(59) "https://www.mydomain.com/admin.php?users/email&sent=25062"
["execute"] => string(1) "1"
["_xfToken"] => string(8) "********"
}
}
I then checked the log for bounced email address. But there is not a single bounce recorded. This seems to me very unrealistic.
So my questions are:
1. Why are there no bounce emails? Could the reason for this be a wrong configuration in ACP or a webhoster problem?
2. Why this error above with too many emails from my IP address? Are the tougher restrictions (#emails/10 minutes) from my webhoster a reason for this?
I NEVER had this before with the old webhoster and I send out these newsletter now for several years. I called the new webhoster an d he said he can not do anything, i would just send out too many emails. I can hardly believe that.
Last edited: