I set up letter_opener as described (with a plain-text only email) and it does open a new tab, but it looks like this:
When I view source, there isn't an html, head, or body wrapper.
My code is pretty straightforward (it's .text.erb):
Order is pending shipping rate
Order details can be reviewed here:
<%= @order_details_url %>
Add a shipping rate here:
<%= @shipping_rate_url %>
This is an automated message sent from the FE Bennett website. For support,
contact ClearSight Studio (support@clearsightstudio.com).
I set up letter_opener as described (with a plain-text only email) and it does open a new tab, but it looks like this:
When I view source, there isn't an html, head, or body wrapper.
My code is pretty straightforward (it's .text.erb):
Any ideas?