Does anyone know the new convention for delivering multipart emails in
2.3.2? I can’t find the docs on it, but the old way of having your
files like:
mailer_action.text.plain.erb
mailer_action.text.html.erb
This doesn’t seem to work anymore. I keep getting the error
#<ActionView::MissingTemplate: Missing template mailer/
mailer_action.erb in view path app/views>
Thanks!
Tom