Skip to content

Commit

Permalink
Removed stopping the queue when exception was thrown
Browse files Browse the repository at this point in the history
  • Loading branch information
idziakjakub committed Mar 20, 2018
1 parent 97e9b56 commit 4785ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/local/Aschroder/SMTPPro/Model/Email/Queue.php
Expand Up @@ -126,7 +126,7 @@ public function send()
Mage::logException($e);
Mage::setIsDeveloperMode($oldDevMode);

return false;
continue;
}

// after each valid message has been sent - pause if required
Expand Down

0 comments on commit 4785ed0

Please sign in to comment.