Skip to content

Commit 5795c46

Browse files
committed
feat: use [email protected] in devise
1 parent b8884ca commit 5795c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/devise.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Configure the e-mail address which will be shown in Devise::Mailer,
1313
# note that it will be overwritten if you use your own mailer class
1414
# with default "from" parameter.
15-
config.mailer_sender = '[email protected]'
15+
config.mailer_sender = '[email protected]'
1616

1717
# Configure the class responsible to send e-mails.
1818
config.mailer = 'DeviseMailer'

0 commit comments

Comments
 (0)