diff options
Diffstat (limited to 'actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.html.erb')
-rw-r--r-- | actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.html.erb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.html.erb b/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.html.erb new file mode 100644 index 0000000000..946d99ede5 --- /dev/null +++ b/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.html.erb @@ -0,0 +1,10 @@ +<html> + <body> + HTML formatted message to <strong><%= @recipient %></strong>. + </body> +</html> +<html> + <body> + HTML formatted message to <strong><%= @recipient %></strong>. + </body> +</html> |