AndyC Posted April 12, 2019 Share Posted April 12, 2019 Hi Hoping someone can help.. I have finally made my first order on my website. So went to update status and it went to a 500 page..So I turned on debug mode and resent a test message to myself which I received .. I also managed to send a status on my test order and nothing turned up .. So tried again and got this error message back thanks [ThirtyBeesException] Address in mailbox given [] does not comply with RFC 2822, 3.6.2.at line 345 in file vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php 340. */ 341. private function _assertValidAddress($address) 342. { 343. if (!preg_match('/^'.$this->getGrammar()->getDefinition('addr-spec').'$/D', 344. $address)) { 345. throw new Swift_RfcComplianceException( 346. 'Address in mailbox given ['.$address. 347. '] does not comply with RFC 2822, 3.6.2.' 348. ); 349. } 350. } Swift_Mime_Headers_MailboxHeader->_assertValidAddress - [line 261 - vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php] - [1 Arguments] Swift_Mime_Headers_MailboxHeader->normalizeMailboxes - [line 106 - vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php] - [1 Arguments] Swift_Mime_Headers_MailboxHeader->setNameAddresses - [line 63 - vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php] - [1 Arguments] Swift_Mime_Headers_MailboxHeader->setFieldBodyModel - [line 58 - vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php] - [1 Arguments] Swift_Mime_SimpleHeaderFactory->createMailboxHeader - [line 68 - vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php] - [2 Arguments] Swift_Mime_SimpleHeaderSet->addMailboxHeader - [line 329 - vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php] - [2 Arguments] Swift_Mime_SimpleMessage->setTo - [line 305 - vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php] - [1 Arguments] Swift_Mime_SimpleMessage->addTo - [line 259 - classes/Mail.php] - [2 Arguments] MailCore::Send - [line 518 - classes/order/OrderHistory.php] - [13 Arguments] OrderHistoryCore->sendEmail - [line 1731 - controllers/admin/AdminOrdersController.php] - [2 Arguments] AdminOrdersControllerCore->postProcess - [line 251 - classes/controller/Controller.php] ControllerCore->run - [line 837 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 63 - admin/index.php] Link to comment Share on other sites More sharing options...
Traumflug Posted April 14, 2019 Share Posted April 14, 2019 I just tried to reproduce this, but no matter how often I change order status or resend a status email, I can't produce a 500 error. Did this on 1.0.8 as well as on latest 1.0.x. It looks like a more detailed step-by-step procedure to reproduce this issue is required. Where exactly to click in front office, where in back office, which payment method, status change from which status to which other status. Link to comment Share on other sites More sharing options...
AndyC Posted April 14, 2019 Author Share Posted April 14, 2019 Tried to update status and got this message this time Turned on debug mode to see error but it was successful ..typical Link to comment Share on other sites More sharing options...
Chandra Posted April 15, 2019 Share Posted April 15, 2019 Do the shop (from) and customer (to) email ids look alright? Link to comment Share on other sites More sharing options...
Briljander Posted April 15, 2019 Share Posted April 15, 2019 I got a similar swiftmailerror when I had a customer which had an email that had a . before the @. Like "testname.@mail.com". Can this be the problem? Link to comment Share on other sites More sharing options...
AndyC Posted April 15, 2019 Author Share Posted April 15, 2019 She has a number before gmail.com ... Also everything looks OK with her account .. Just been playing with my own account sending statuses and 2 went though OK , but still waiting on emails Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now