benprew / pony

The express way to send mail from Ruby.
1.14k stars 51 forks source link

Allow string or symbol keys #20

Open benprew opened 6 years ago

benprew commented 6 years ago

Currently when you send mail with Pony, you have to use symbol keys. This can be a pain when working with marshaled data (yaml, json), where all keys will be strings, not symbols.