mailjet mailers
This commit is contained in:
4
app/views/account_mailer/activation_needed.html.haml
Normal file
4
app/views/account_mailer/activation_needed.html.haml
Normal file
@ -0,0 +1,4 @@
|
||||
!!!
|
||||
%h3 Activate me please
|
||||
|
||||
%p and then: #{@blarg}
|
3
app/views/layouts/mailer.html.haml
Normal file
3
app/views/layouts/mailer.html.haml
Normal file
@ -0,0 +1,3 @@
|
||||
%hmtl
|
||||
%body
|
||||
= yield
|
1
app/views/layouts/mailer.text.haml
Normal file
1
app/views/layouts/mailer.text.haml
Normal file
@ -0,0 +1 @@
|
||||
= yield
|
Reference in New Issue
Block a user