You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set correct body field depending on template format (#154)
* Use correct body fields in Email struct
Use `:html_body` for `.htm`, `.html` and `.xml` template extensions, `:text_body` otherwise
* Add line about formats to render_body docs
* mix.format
* Add tests for body formats
0 commit comments