Skip to content
Snippets Groups Projects
Commit 98679e1b authored by Marcela Ribeiro de Oliveira's avatar Marcela Ribeiro de Oliveira
Browse files

default from is set in config/environments

parent d6c1767c
No related branches found
No related tags found
No related merge requests found
class ApplicationMailer < ActionMailer::Base
default from: 'from@example.com'
default to: 'portalmec_tec@inf.ufpr.br'
#layout 'mailer'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment