Skip to content

Commit

Permalink
Add extra phrase to no_retry_mail_errors list - closes #870
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Dec 2, 2024
1 parent df0ab1a commit 1105880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
|
|-------------------------------------------------------------------------
*/
'no_retry_mail_errors' => env('APP_NO_RETRY_MAIL_ERRORS', '(no valid recipients|does not comply with RFC|message file too big)'),
'no_retry_mail_errors' => env('APP_NO_RETRY_MAIL_ERRORS', '(no valid recipients|does not comply with RFC|message file too big|malformed address)'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 1105880

Please sign in to comment.