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

view to contacts_mailer

parent d4527732
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>/* Email styles need to be inline */</style>
</head>
<body>
<h2>Nome do contato: <%= @contact.name %></h1>
<h2>Email do contato: <%= @contact.email %></h1>
<h2>Mensagem: <%= @contact.message %></h1>
</body>
</html>
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