gavpeds
Active member
Hi all so i have had this problem for some time and just can not figure it out. I have had my host testing and looking at logs etc and also replicating this problem in the admin panel but ultimately they feel it is either something to do with my setup or the software itself. I am thinking most likely my setup as if it was xenforo i am sure there would be many more people talking about this.
So to start i get the error (which i will put below) when trying to send a bulk email to registered members group. This is what i do.
I type the title and email then in the drop down for primary member group i select registered. I then send it.
It seems to send and oddly a few members get this email but the majority don't. going to the server error log then revels the error below. my host set up a test group which the email sent to fine without error which is why they suggested come back here. Anyway i would really really appreciate and light shed on this issue as it is obviously a problem not being able to email users.
Oh just as a side note when i came to xenforo it was a conversion from ipb just in case that makes any difference. I have had this issue from day one.
So to start i get the error (which i will put below) when trying to send a bulk email to registered members group. This is what i do.
I type the title and email then in the drop down for primary member group i select registered. I then send it.
It seems to send and oddly a few members get this email but the majority don't. going to the server error log then revels the error below. my host set up a test group which the email sent to fine without error which is why they suggested come back here. Anyway i would really really appreciate and light shed on this issue as it is obviously a problem not being able to email users.
Oh just as a side note when i came to xenforo it was a conversion from ipb just in case that makes any difference. I have had this issue from day one.
Code:
Server Error Log
Error Info
Zend_Mail_Transport_Exception: Unable to send mail. - library/Zend/Mail/Transport/Sendmail.php:137
Generated By: XXX, Today at 9:13 AM
Stack Trace
#0 /home/mydomain/public_html/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 /home/mydomain/public_html/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 /home/mydomain/public_html/library/XenForo/ControllerAdmin/User.php(998): Zend_Mail->send(Object(Zend_Mail_Transport_Sendmail))
#3 /home/mydomain/public_html/library/XenForo/ControllerAdmin/User.php(921): XenForo_ControllerAdmin_User->_sendEmail(Array, Array, Object(Zend_Mail_Transport_Sendmail))
#4 /home/mydomain/public_html/library/XenForo/FrontController.php(347): XenForo_ControllerAdmin_User->actionEmailSend()
#5 /home/mydomain/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /home/mydomain/public_html/admin.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
["url"] => string(60) "http://mydomain.co.uk/admin.php?users/email-send"
["_GET"] => array(1) {
["users/email-send"] => string(0) ""
}
["_POST"] => array(10) {
["page"] => string(2) "21"
["criteria"] => string(124) "{"receive_admin_email":"1","user_group_id":"2","user_state":["valid"],"is_banned":["0"],"custom_exact":{"cleaningmethod":1}}"
["total"] => string(4) "1167"
["from_name"] => string(31) "mysitename"
["from_email"] => string(31) "info@mydomain.co.uk"
["email_title"] => string(10) "and again!"
["email_format"] => string(4) "text"
["email_body"] => string(134) "Sorry, i can not avoid sending these emails as i need to fix the errors we are getting please if you do get this email just delete it."
["_xfConfirm"] => string(1) "1"
["_xfToken"] => string(8) "********"
}
}
Last edited: