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

change default email to mec email

parent 5f588a08
No related branches found
No related tags found
No related merge requests found
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
# along with portalmec. If not, see <http://www.gnu.org/licenses/>. # along with portalmec. If not, see <http://www.gnu.org/licenses/>.
class ComplaintsMailer < ApplicationMailer class ComplaintsMailer < ApplicationMailer
default to: 'marcelaribeirooliveira@gmail.com' default to: 'integrada.contato@mec.gov'
default from: Proc.new { @user.email } default from: Proc.new { @user.email }
def new_complaint_received(complaint, user) def new_complaint_received(complaint, user)
@complaint = complaint @complaint = complaint
@user = user @user = user
......
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