Zend_Mail_Protocol_Exception: Must issue a STARTTLS command first












0















I am running magento 1.9.1 website on AWS EC2 Ubuntu machine. Customer registration emails are going out but transnational emails are not going.



I configure SMTP by AWS SES service with SMTP Pro extension. I got below error on email sending



2017-07-29T06:54:31+00:00 ERR (3): 
Zend_Mail_Protocol_Exception: Must issue a STARTTLS command first
in /var/www/html/lib/Zend/Mail/Protocol/Abstract.php:431
Stack trace:
#0 /var/www/html/lib/Zend/Mail/Protocol/Smtp/Auth/Login.php(91): Zend_Mail_Protocol_Abstract->_expect(Array)
#1 /var/www/html/lib/Zend/Mail/Protocol/Smtp.php(217): Zend_Mail_Protocol_Smtp_Auth_Login->auth()
#2 /var/www/html/lib/Zend/Mail/Transport/Smtp.php(200): Zend_Mail_Protocol_Smtp->helo('localhost')
#3 /var/www/html/lib/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#4 /var/www/html/lib/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#5 /var/www/html/app/code/local/Aschroder/SMTPPro/Model/Email/Template.php(132): Zend_Mail->send(Object(Zend_Mail_Transport_Smtp))
#6 /var/www/html/app/code/core/Mage/Core/Model/Email/Template.php(508): Aschroder_SMTPPro_Model_Email_Template->send('sharma.sdaf...', Array, Array)
#7 /var/www/html/app/code/core/Mage/Core/Model/Email/Template/Mailer.php(83): Mage_Core_Model_Email_Template->sendTransactional('sales_email_ord...', 'sales', Array, Array, Array, '1')
#8 /var/www/html/app/code/core/Mage/Sales/Model/Order.php(1354): Mage_Core_Model_Email_Template_Mailer->send()
#9 /var/www/html/app/code/core/Mage/Sales/Model/Order.php(1369): Mage_Sales_Model_Order->queueNewOrderEmail(true)
#10 /var/www/html/app/code/core/Mage/Adminhtml/controllers/Sales/OrderController.php(139): Mage_Sales_Model_Order->sendNewOrderEmail()
#11 /var/www/html/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Adminhtml_Sales_OrderController->emailAction()
#12 /var/www/html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('email')
#13 /var/www/html/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#14 /var/www/html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#15 /var/www/html/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#16 /var/www/html/index.php(87): Mage::run('', 'store')
#17 {main}


cron_schedule table is also empty










share|improve this question














bumped to the homepage by Community 3 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • set Queue Usage to never to SMPT Pro and try

    – Nikunj Vadariya
    Jul 29 '17 at 7:08











  • Yes, I have set that to never. I tried with custom smtp and SES both methods, but same result.

    – urfusion
    Jul 29 '17 at 7:11











  • Could you please check the Apache error log

    – Nikunj Vadariya
    Jul 29 '17 at 7:12











  • for what should I look into log?

    – urfusion
    Jul 29 '17 at 7:13
















0















I am running magento 1.9.1 website on AWS EC2 Ubuntu machine. Customer registration emails are going out but transnational emails are not going.



I configure SMTP by AWS SES service with SMTP Pro extension. I got below error on email sending



2017-07-29T06:54:31+00:00 ERR (3): 
Zend_Mail_Protocol_Exception: Must issue a STARTTLS command first
in /var/www/html/lib/Zend/Mail/Protocol/Abstract.php:431
Stack trace:
#0 /var/www/html/lib/Zend/Mail/Protocol/Smtp/Auth/Login.php(91): Zend_Mail_Protocol_Abstract->_expect(Array)
#1 /var/www/html/lib/Zend/Mail/Protocol/Smtp.php(217): Zend_Mail_Protocol_Smtp_Auth_Login->auth()
#2 /var/www/html/lib/Zend/Mail/Transport/Smtp.php(200): Zend_Mail_Protocol_Smtp->helo('localhost')
#3 /var/www/html/lib/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#4 /var/www/html/lib/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#5 /var/www/html/app/code/local/Aschroder/SMTPPro/Model/Email/Template.php(132): Zend_Mail->send(Object(Zend_Mail_Transport_Smtp))
#6 /var/www/html/app/code/core/Mage/Core/Model/Email/Template.php(508): Aschroder_SMTPPro_Model_Email_Template->send('sharma.sdaf...', Array, Array)
#7 /var/www/html/app/code/core/Mage/Core/Model/Email/Template/Mailer.php(83): Mage_Core_Model_Email_Template->sendTransactional('sales_email_ord...', 'sales', Array, Array, Array, '1')
#8 /var/www/html/app/code/core/Mage/Sales/Model/Order.php(1354): Mage_Core_Model_Email_Template_Mailer->send()
#9 /var/www/html/app/code/core/Mage/Sales/Model/Order.php(1369): Mage_Sales_Model_Order->queueNewOrderEmail(true)
#10 /var/www/html/app/code/core/Mage/Adminhtml/controllers/Sales/OrderController.php(139): Mage_Sales_Model_Order->sendNewOrderEmail()
#11 /var/www/html/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Adminhtml_Sales_OrderController->emailAction()
#12 /var/www/html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('email')
#13 /var/www/html/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#14 /var/www/html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#15 /var/www/html/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#16 /var/www/html/index.php(87): Mage::run('', 'store')
#17 {main}


cron_schedule table is also empty










share|improve this question














bumped to the homepage by Community 3 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • set Queue Usage to never to SMPT Pro and try

    – Nikunj Vadariya
    Jul 29 '17 at 7:08











  • Yes, I have set that to never. I tried with custom smtp and SES both methods, but same result.

    – urfusion
    Jul 29 '17 at 7:11











  • Could you please check the Apache error log

    – Nikunj Vadariya
    Jul 29 '17 at 7:12











  • for what should I look into log?

    – urfusion
    Jul 29 '17 at 7:13














0












0








0








I am running magento 1.9.1 website on AWS EC2 Ubuntu machine. Customer registration emails are going out but transnational emails are not going.



I configure SMTP by AWS SES service with SMTP Pro extension. I got below error on email sending



2017-07-29T06:54:31+00:00 ERR (3): 
Zend_Mail_Protocol_Exception: Must issue a STARTTLS command first
in /var/www/html/lib/Zend/Mail/Protocol/Abstract.php:431
Stack trace:
#0 /var/www/html/lib/Zend/Mail/Protocol/Smtp/Auth/Login.php(91): Zend_Mail_Protocol_Abstract->_expect(Array)
#1 /var/www/html/lib/Zend/Mail/Protocol/Smtp.php(217): Zend_Mail_Protocol_Smtp_Auth_Login->auth()
#2 /var/www/html/lib/Zend/Mail/Transport/Smtp.php(200): Zend_Mail_Protocol_Smtp->helo('localhost')
#3 /var/www/html/lib/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#4 /var/www/html/lib/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#5 /var/www/html/app/code/local/Aschroder/SMTPPro/Model/Email/Template.php(132): Zend_Mail->send(Object(Zend_Mail_Transport_Smtp))
#6 /var/www/html/app/code/core/Mage/Core/Model/Email/Template.php(508): Aschroder_SMTPPro_Model_Email_Template->send('sharma.sdaf...', Array, Array)
#7 /var/www/html/app/code/core/Mage/Core/Model/Email/Template/Mailer.php(83): Mage_Core_Model_Email_Template->sendTransactional('sales_email_ord...', 'sales', Array, Array, Array, '1')
#8 /var/www/html/app/code/core/Mage/Sales/Model/Order.php(1354): Mage_Core_Model_Email_Template_Mailer->send()
#9 /var/www/html/app/code/core/Mage/Sales/Model/Order.php(1369): Mage_Sales_Model_Order->queueNewOrderEmail(true)
#10 /var/www/html/app/code/core/Mage/Adminhtml/controllers/Sales/OrderController.php(139): Mage_Sales_Model_Order->sendNewOrderEmail()
#11 /var/www/html/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Adminhtml_Sales_OrderController->emailAction()
#12 /var/www/html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('email')
#13 /var/www/html/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#14 /var/www/html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#15 /var/www/html/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#16 /var/www/html/index.php(87): Mage::run('', 'store')
#17 {main}


cron_schedule table is also empty










share|improve this question














I am running magento 1.9.1 website on AWS EC2 Ubuntu machine. Customer registration emails are going out but transnational emails are not going.



I configure SMTP by AWS SES service with SMTP Pro extension. I got below error on email sending



2017-07-29T06:54:31+00:00 ERR (3): 
Zend_Mail_Protocol_Exception: Must issue a STARTTLS command first
in /var/www/html/lib/Zend/Mail/Protocol/Abstract.php:431
Stack trace:
#0 /var/www/html/lib/Zend/Mail/Protocol/Smtp/Auth/Login.php(91): Zend_Mail_Protocol_Abstract->_expect(Array)
#1 /var/www/html/lib/Zend/Mail/Protocol/Smtp.php(217): Zend_Mail_Protocol_Smtp_Auth_Login->auth()
#2 /var/www/html/lib/Zend/Mail/Transport/Smtp.php(200): Zend_Mail_Protocol_Smtp->helo('localhost')
#3 /var/www/html/lib/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#4 /var/www/html/lib/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#5 /var/www/html/app/code/local/Aschroder/SMTPPro/Model/Email/Template.php(132): Zend_Mail->send(Object(Zend_Mail_Transport_Smtp))
#6 /var/www/html/app/code/core/Mage/Core/Model/Email/Template.php(508): Aschroder_SMTPPro_Model_Email_Template->send('sharma.sdaf...', Array, Array)
#7 /var/www/html/app/code/core/Mage/Core/Model/Email/Template/Mailer.php(83): Mage_Core_Model_Email_Template->sendTransactional('sales_email_ord...', 'sales', Array, Array, Array, '1')
#8 /var/www/html/app/code/core/Mage/Sales/Model/Order.php(1354): Mage_Core_Model_Email_Template_Mailer->send()
#9 /var/www/html/app/code/core/Mage/Sales/Model/Order.php(1369): Mage_Sales_Model_Order->queueNewOrderEmail(true)
#10 /var/www/html/app/code/core/Mage/Adminhtml/controllers/Sales/OrderController.php(139): Mage_Sales_Model_Order->sendNewOrderEmail()
#11 /var/www/html/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Adminhtml_Sales_OrderController->emailAction()
#12 /var/www/html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('email')
#13 /var/www/html/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#14 /var/www/html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#15 /var/www/html/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#16 /var/www/html/index.php(87): Mage::run('', 'store')
#17 {main}


cron_schedule table is also empty







magento-1.9 extensions email cron






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jul 29 '17 at 6:59









urfusionurfusion

221619




221619





bumped to the homepage by Community 3 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 3 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • set Queue Usage to never to SMPT Pro and try

    – Nikunj Vadariya
    Jul 29 '17 at 7:08











  • Yes, I have set that to never. I tried with custom smtp and SES both methods, but same result.

    – urfusion
    Jul 29 '17 at 7:11











  • Could you please check the Apache error log

    – Nikunj Vadariya
    Jul 29 '17 at 7:12











  • for what should I look into log?

    – urfusion
    Jul 29 '17 at 7:13



















  • set Queue Usage to never to SMPT Pro and try

    – Nikunj Vadariya
    Jul 29 '17 at 7:08











  • Yes, I have set that to never. I tried with custom smtp and SES both methods, but same result.

    – urfusion
    Jul 29 '17 at 7:11











  • Could you please check the Apache error log

    – Nikunj Vadariya
    Jul 29 '17 at 7:12











  • for what should I look into log?

    – urfusion
    Jul 29 '17 at 7:13

















set Queue Usage to never to SMPT Pro and try

– Nikunj Vadariya
Jul 29 '17 at 7:08





set Queue Usage to never to SMPT Pro and try

– Nikunj Vadariya
Jul 29 '17 at 7:08













Yes, I have set that to never. I tried with custom smtp and SES both methods, but same result.

– urfusion
Jul 29 '17 at 7:11





Yes, I have set that to never. I tried with custom smtp and SES both methods, but same result.

– urfusion
Jul 29 '17 at 7:11













Could you please check the Apache error log

– Nikunj Vadariya
Jul 29 '17 at 7:12





Could you please check the Apache error log

– Nikunj Vadariya
Jul 29 '17 at 7:12













for what should I look into log?

– urfusion
Jul 29 '17 at 7:13





for what should I look into log?

– urfusion
Jul 29 '17 at 7:13










1 Answer
1






active

oldest

votes


















0















Described config is functional, for viewing changes in scripts is
needed to turn off Magento compiler an clean /includes/folder.



There is changed email function supporting Google Gmail or Google
Apps:



1 copy file "app/code/core/Mage/Core/Model/Email/Template.php" to
"app/code/local/Mage/Core/Model/Email/Template.php"



2 In file app/code/local/Mage/Core/Model/Email/Template.php change
function:




public function getMail()
{
if (is_null($this->_mail)) {
$my_smtp_host = Mage::getStoreConfig('system/smtp/host');
$my_smtp_port = Mage::getStoreConfig('system/smtp/port');
$config = array(
'port' => $my_smtp_port,
'auth' => 'login',
'ssl' => 'tls',
'username' => 'youremail@gmail.com',
'password' => 'Abc'
);
$transport = new Zend_Mail_Transport_Smtp($my_smtp_host,$config);
Zend_Mail::setDefaultTransport($transport);





$this->_mail = new Zend_Mail('utf-8');
}
return $this->_mail;
}



Disable compiler, rename folder /includes/ in magento root and clear
cache




Please check following post related for same issue,Hope it's helpful for you.




https://stackoverflow.com/a/5265792/4373980



https://stackoverflow.com/a/6453718/4373980



https://magento.stackexchange.com/a/76838/18639



Another solution try this:-



> Try to disabled TLS Support or add valid certificate into smtp mail
program.







share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "479"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f187041%2fzend-mail-protocol-exception-must-issue-a-starttls-command-first%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0















    Described config is functional, for viewing changes in scripts is
    needed to turn off Magento compiler an clean /includes/folder.



    There is changed email function supporting Google Gmail or Google
    Apps:



    1 copy file "app/code/core/Mage/Core/Model/Email/Template.php" to
    "app/code/local/Mage/Core/Model/Email/Template.php"



    2 In file app/code/local/Mage/Core/Model/Email/Template.php change
    function:




    public function getMail()
    {
    if (is_null($this->_mail)) {
    $my_smtp_host = Mage::getStoreConfig('system/smtp/host');
    $my_smtp_port = Mage::getStoreConfig('system/smtp/port');
    $config = array(
    'port' => $my_smtp_port,
    'auth' => 'login',
    'ssl' => 'tls',
    'username' => 'youremail@gmail.com',
    'password' => 'Abc'
    );
    $transport = new Zend_Mail_Transport_Smtp($my_smtp_host,$config);
    Zend_Mail::setDefaultTransport($transport);





    $this->_mail = new Zend_Mail('utf-8');
    }
    return $this->_mail;
    }



    Disable compiler, rename folder /includes/ in magento root and clear
    cache




    Please check following post related for same issue,Hope it's helpful for you.




    https://stackoverflow.com/a/5265792/4373980



    https://stackoverflow.com/a/6453718/4373980



    https://magento.stackexchange.com/a/76838/18639



    Another solution try this:-



    > Try to disabled TLS Support or add valid certificate into smtp mail
    program.







    share|improve this answer




























      0















      Described config is functional, for viewing changes in scripts is
      needed to turn off Magento compiler an clean /includes/folder.



      There is changed email function supporting Google Gmail or Google
      Apps:



      1 copy file "app/code/core/Mage/Core/Model/Email/Template.php" to
      "app/code/local/Mage/Core/Model/Email/Template.php"



      2 In file app/code/local/Mage/Core/Model/Email/Template.php change
      function:




      public function getMail()
      {
      if (is_null($this->_mail)) {
      $my_smtp_host = Mage::getStoreConfig('system/smtp/host');
      $my_smtp_port = Mage::getStoreConfig('system/smtp/port');
      $config = array(
      'port' => $my_smtp_port,
      'auth' => 'login',
      'ssl' => 'tls',
      'username' => 'youremail@gmail.com',
      'password' => 'Abc'
      );
      $transport = new Zend_Mail_Transport_Smtp($my_smtp_host,$config);
      Zend_Mail::setDefaultTransport($transport);





      $this->_mail = new Zend_Mail('utf-8');
      }
      return $this->_mail;
      }



      Disable compiler, rename folder /includes/ in magento root and clear
      cache




      Please check following post related for same issue,Hope it's helpful for you.




      https://stackoverflow.com/a/5265792/4373980



      https://stackoverflow.com/a/6453718/4373980



      https://magento.stackexchange.com/a/76838/18639



      Another solution try this:-



      > Try to disabled TLS Support or add valid certificate into smtp mail
      program.







      share|improve this answer


























        0












        0








        0








        Described config is functional, for viewing changes in scripts is
        needed to turn off Magento compiler an clean /includes/folder.



        There is changed email function supporting Google Gmail or Google
        Apps:



        1 copy file "app/code/core/Mage/Core/Model/Email/Template.php" to
        "app/code/local/Mage/Core/Model/Email/Template.php"



        2 In file app/code/local/Mage/Core/Model/Email/Template.php change
        function:




        public function getMail()
        {
        if (is_null($this->_mail)) {
        $my_smtp_host = Mage::getStoreConfig('system/smtp/host');
        $my_smtp_port = Mage::getStoreConfig('system/smtp/port');
        $config = array(
        'port' => $my_smtp_port,
        'auth' => 'login',
        'ssl' => 'tls',
        'username' => 'youremail@gmail.com',
        'password' => 'Abc'
        );
        $transport = new Zend_Mail_Transport_Smtp($my_smtp_host,$config);
        Zend_Mail::setDefaultTransport($transport);





        $this->_mail = new Zend_Mail('utf-8');
        }
        return $this->_mail;
        }



        Disable compiler, rename folder /includes/ in magento root and clear
        cache




        Please check following post related for same issue,Hope it's helpful for you.




        https://stackoverflow.com/a/5265792/4373980



        https://stackoverflow.com/a/6453718/4373980



        https://magento.stackexchange.com/a/76838/18639



        Another solution try this:-



        > Try to disabled TLS Support or add valid certificate into smtp mail
        program.







        share|improve this answer














        Described config is functional, for viewing changes in scripts is
        needed to turn off Magento compiler an clean /includes/folder.



        There is changed email function supporting Google Gmail or Google
        Apps:



        1 copy file "app/code/core/Mage/Core/Model/Email/Template.php" to
        "app/code/local/Mage/Core/Model/Email/Template.php"



        2 In file app/code/local/Mage/Core/Model/Email/Template.php change
        function:




        public function getMail()
        {
        if (is_null($this->_mail)) {
        $my_smtp_host = Mage::getStoreConfig('system/smtp/host');
        $my_smtp_port = Mage::getStoreConfig('system/smtp/port');
        $config = array(
        'port' => $my_smtp_port,
        'auth' => 'login',
        'ssl' => 'tls',
        'username' => 'youremail@gmail.com',
        'password' => 'Abc'
        );
        $transport = new Zend_Mail_Transport_Smtp($my_smtp_host,$config);
        Zend_Mail::setDefaultTransport($transport);





        $this->_mail = new Zend_Mail('utf-8');
        }
        return $this->_mail;
        }



        Disable compiler, rename folder /includes/ in magento root and clear
        cache




        Please check following post related for same issue,Hope it's helpful for you.




        https://stackoverflow.com/a/5265792/4373980



        https://stackoverflow.com/a/6453718/4373980



        https://magento.stackexchange.com/a/76838/18639



        Another solution try this:-



        > Try to disabled TLS Support or add valid certificate into smtp mail
        program.








        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jul 29 '17 at 8:02









        Umesh KumarUmesh Kumar

        2,3691329




        2,3691329






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Magento Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f187041%2fzend-mail-protocol-exception-must-issue-a-starttls-command-first%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            What other Star Trek series did the main TNG cast show up in?

            Berlina muro

            Berlina aerponto