Skip to content

Commit 97244e9

Browse files
app-rails: Update template-application-rails to version 0.4.1.post13.dev0+84ef031
1 parent 0f736ed commit 97244e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.4.1-12-g303a2bf
2+
_commit: v0.4.1-13-g84ef031
33
_src_path: https://github.com/navapbc/template-application-rails
44
app_local_port: 3100
55
app_name: app-rails
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)