mail034.yml 581 B

1234567891011121314151617
  1. --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess
  2. from: Bay <memberbay+12345@members.somewhat>
  3. from_email: memberbay+12345@members.somewhat
  4. from_display_name: Bay
  5. to: bay@example.com
  6. subject: strange email with empty text/plain
  7. body: "<b>some html text</b>"
  8. content_type: text/html
  9. attachments:
  10. - !ruby/hash:ActiveSupport::HashWithIndifferentAccess
  11. data: "<b>some html text</b>\n"
  12. filename: message.html
  13. preferences: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
  14. content-alternative: true
  15. original-format: true
  16. Mime-Type: text/html
  17. Charset: utf-8