Skip to content

Commit

Permalink
fix(SMTP-message): ZMS-185 (#34)
Browse files Browse the repository at this point in the history
* fix logical error with tempfail

* fix subject issue when using api. add debugJson to gelf

* safer delete with check

* Add better SMTP error message

* make message shorter

* comment
  • Loading branch information
NickOvt authored Nov 7, 2024
1 parent 9ebac66 commit a54bab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ module.exports.init = async app => {
}

if (!passEmail) {
// rejected
// sending email rejected
throw app.reject(
envelope,
'banned',
Expand Down

0 comments on commit a54bab9

Please sign in to comment.