web47core 2.3.1 → 2.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/app/models/email_notification.rb +1 -1
- data/lib/web47core/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 155d20d116082ea86b8e8b33da41cca06b74e35c79dffb169069fba3f7898407
|
4
|
+
data.tar.gz: e68d6f013e127b12087a97d7bd479061cdc788d562d3af9c406cbd75d2d91581
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef999a9d14d6d6d1d1c8b6ea66728158283d2326323723bea3ee5f52246ab43fbb00f5008fb3062a0332663583bdc7dae2a0eaad5db09c26a3f6ce9e98b73376
|
7
|
+
data.tar.gz: 81e5db9f28ad1b458dbdc7d719595d375cee5cfc7427f0a6cfc6f55dfb5e05a2af2dadc0e6c5c5ecb317d7685a81b8e8c445b1b09001aa2cd2e0919c826b77fc
|
@@ -70,7 +70,7 @@ class EmailNotification < Notification
|
|
70
70
|
body: { html: { data: build_message } },
|
71
71
|
subject: { data: subject } },
|
72
72
|
source: from,
|
73
|
-
source_arn: config.ses_source_arn(
|
73
|
+
source_arn: config.ses_source_arn(sender) }
|
74
74
|
payload[:reply_to_addresses] = [reply_to] if reply_to.present?
|
75
75
|
resp = client.send_email(payload)
|
76
76
|
self.message_id = resp[:message_id]
|
data/lib/web47core/version.rb
CHANGED