mail095.yml 301 B

1234567891011
  1. --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess
  2. from: '"Name R. John" <user.name@example.com>'
  3. from_email: user.name@example.com
  4. from_display_name: Name R. John
  5. to: To This Person <user@example.com>
  6. subject: Subject of message
  7. body: 'Message text
  8. '
  9. content_type: text/plain
  10. attachments: []