mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 21:54:48 +02:00
Remove hardcoded default email sender
And make it configurable via `action_mailer_default_from` config. Closes #243
This commit is contained in:
parent
6a61d7de5b
commit
a113d75ec5
5 changed files with 21 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
class ApplicationMailer < ActionMailer::Base
|
||||
append_view_path Rails.root.join('app', 'views', 'mailers')
|
||||
default from: 'noreply@internet.ee'
|
||||
layout 'mailer'
|
||||
|
||||
# turn on delivery on specific (epp) request only, thus rake tasks does not deliver anything
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue