Send mail server error

Code:
Server Error
 
fwrite() [function.fwrite]: SSL operation failed with code 1. OpenSSL Error messages: error:140D00CF:SSL routines:SSL_write:protocol is shutdown
 
XenForo_Application::handlePhpError() in Zend/Mail/Protocol/Abstract.php at line 324
Zend_Mail_Protocol_Abstract->_send() in Zend/Mail/Protocol/Smtp.php at line 385
Zend_Mail_Protocol_Smtp->quit() in Zend/Mail/Transport/Smtp.php at line 144
Zend_Mail_Transport_Smtp->__destruct() in XenForo/FrontController.php at line 310
XenForo_ControllerAdmin_User->actionEmailSend() in XenForo/FrontController.php at line 310
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /home/gencnes1/domains/gencnesiller.com/public_html/admin.php at line 13

Code:
Hata Bilgisi
ErrorException: fwrite() [<a href='function.fwrite'>function.fwrite</a>]: SSL operation failed with code 1. OpenSSL Error messages: error:140D00CF:SSL routines:SSL_write:protocol is shutdown - library/Zend/Mail/Protocol/Abstract.php:324
Generated By: KaySNeT, 2 dakika önce
Stack Trace
#0 /home/gencnes1/domains/gencnesiller.com/public_html/library/Zend/Mail/Protocol/Abstract.php(324): XenForo_Application::handlePhpError(Resource id #95, 'QUIT??')
#1 /home/gencnes1/domains/gencnesiller.com/public_html/library/Zend/Mail/Protocol/Smtp.php(385): Zend_Mail_Protocol_Abstract->_send('QUIT')
#2 /home/gencnes1/domains/gencnesiller.com/public_html/library/Zend/Mail/Transport/Smtp.php(144): Zend_Mail_Protocol_Smtp->quit()
#3 /home/gencnes1/domains/gencnesiller.com/public_html/library/XenForo/FrontController.php(310): Zend_Mail_Transport_Smtp->__destruct()
#4 /home/gencnes1/domains/gencnesiller.com/public_html/library/XenForo/FrontController.php(310): XenForo_ControllerAdmin_User->actionEmailSend()
#5 /home/gencnes1/domains/gencnesiller.com/public_html/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /home/gencnes1/domains/gencnesiller.com/public_html/admin.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
  ["url"] => string(54) "http://www.gencnesiller.com/admin.php?users/email-send"
  ["_GET"] => array(1) {
    ["users/email-send"] => string(0) ""
  }
  ["_POST"] => array(9) {
    ["criteria"] => string(68) "{"receive_admin_email":"1","user_state":["valid"],"is_banned":["0"]}"
    ["total"] => string(3) "220"
    ["from_name"] => string(62) "Genç Nesiller / İslami ve Kültürel Fikir Paylaşım Forumu"
    ["from_email"] => string(18) "ilimname@gmail.com"
    ["email_title"] => string(27) "Bayramımız Mübarek Olsun"
    ["email_format"] => string(4) "text"
    ["email_body"] => string(314) "Es Selamünaleyküm; Genç nesiller çatısı altında 2. bayramı yaşamanın sevincini yaşıyoruz. Mevla Teala hazretleri yaptığımız ve yapacağımız kurban ibadetlerimizi kabul buyursun. Bugünlerin hürmetine çatımızı genişletsin. Hepimizin Kuran Bayramı mübarek olsun.
 
Genç Nesiller yönetimi"
    ["_xfConfirm"] => string(1) "1"
    ["_xfToken"] => string(53) "1,1320498018,625fa773cde849f410fc714ffbafb9af20c76544"
  }
}

15HMM.png



I use a free version of google apps. going to test the mail. But could not send message to multiple members, all of them.
 
These are just issues communicating with the SMTP server. I recommend using the default PHP mailer if at all possible as it will push sending of the mail off to a dedicated program for you.
 
Top Bottom