Skip to content

Commit 84ef031

Browse files
authored
Look for default SES env var from template-infra (#128)
Related to navapbc/template-infra#942
1 parent 303a2bf commit 84ef031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
class ApplicationMailer < ActionMailer::Base
4-
default from: ENV["SES_EMAIL"]
4+
default from: ENV["AWS_SES_FROM_EMAIL"] || ENV["SES_EMAIL"]
55
layout "mailer"
66
end

0 commit comments

Comments
 (0)