forked from tablecheck/mail-ses
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ac67b0
commit 3ca5442
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Additional modifications copyright (c) 2024 Teamtailor AB | ||
|
||
Copyright (c) 2018 TableCheck Inc. | ||
|
||
AWS::SES originally copyright (c) 2011 Drew V. Blas <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,7 @@ ActionMailer::Base.add_delivery_method :ses, Mail::SES, | |
# ... | ||
error_handler: ->(error, raw_email) do | ||
Bugsnag.notify(error){|r| r.add_tab('email', { email: raw_email })} | ||
raise error | ||
raise error | ||
end | ||
``` | ||
|
||
|
@@ -117,10 +117,6 @@ Please also see the [AWS SDK v3 for SES](https://docs.aws.amazon.com/ses/latest/ | |
|
||
Please use the official [AWS SDK v3 for SES](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-sdk-ruby.html). | ||
|
||
## Shameless Plug | ||
|
||
Mail::SES is sponsored by [TableCheck](http://www.tablecheck.com/en/company/), Japan's leading restaurant management app. If **you** are a ninja-level Javascript/Ruby coder, designer, project manager, etc. and are eager to work in Tokyo with other ninjas, Japan in a dynamic environment, please get in touch at [[email protected]](mailto:[email protected]). | ||
|
||
## Copyright | ||
|
||
Copyright (c) 2018 [TableCheck Inc.](http://www.tablecheck.com/en/company/) See LICENSE for further details. | ||
Copyright (c) 2024 [Teamtailor](http://www.teamtailor.com/). See LICENSE for further details. |