ryanb / letter_opener

Preview mail in the browser instead of sending.
MIT License
3.73k stars 237 forks source link

Use default configuration in rendered_messages #151

Closed gitKrystan closed 6 years ago

gitKrystan commented 6 years ago

After a recent upgrade, we ran into issue https://github.com/ryanb/letter_opener/issues/147 in our app. When calling .rendered_messages directly, the default template and location were not being set as expected. With this change, those options are truly optional.

nashby commented 6 years ago

@gitKrystan thanks!