mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Merge pull request #1167 from internetee/remove-hardcoded-default-email-sender
Remove hardcoded default email sender
This commit is contained in:
commit
ee20535e92
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'
|
||||
|
||||
def format(email)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue