From 359caef33ca71b37b3ea2feef0960beccfabf4de Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sun, 29 May 2005 16:36:22 +0000 Subject: A very thorough refactoring, resulting in new mail property setters and support for attachments and multipart messages. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1359 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../test_mailer/implicitly_multipart_example.text.html.rhtml | 10 ++++++++++ .../test_mailer/implicitly_multipart_example.text.plain.rhtml | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.rhtml create mode 100644 actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.rhtml (limited to 'actionmailer/test/fixtures') diff --git a/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.rhtml b/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.rhtml new file mode 100644 index 0000000000..946d99ede5 --- /dev/null +++ b/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.rhtml @@ -0,0 +1,10 @@ + + + HTML formatted message to <%= @recipient %>. + + + + + HTML formatted message to <%= @recipient %>. + + diff --git a/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.rhtml b/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.rhtml new file mode 100644 index 0000000000..a6c8d54cf9 --- /dev/null +++ b/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.rhtml @@ -0,0 +1,2 @@ +Plain text to <%= @recipient %>. +Plain text to <%= @recipient %>. -- cgit v1.2.3