Skip to content

Commit

Permalink
Amazon uses 400 for these.
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickburns committed Mar 27, 2019
1 parent c3c8e7a commit 821a543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/sesNotifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (c *SesNotifier) Send(to []string, subject string, msg string) (int, string
log.Println(err.Error())
}

return 500, result.String()
return 400, result.String()
}
return 200, result.String()
}

0 comments on commit 821a543

Please sign in to comment.