letter_opener icon indicating copy to clipboard operation
letter_opener copied to clipboard

Preview mail in the browser instead of sending.

Results 2 letter_opener issues
Sort by recently updated
recently updated
newest added

Hello, I was recently appending an attachment the following way: ``` attachments["report.xlsx"] = { mime_type: Mime[:xlsx], encoding: "base64", content: Base64.encode64(raw_xlsx) } ``` and I realized the gem's default behavior is...

I was interested in knowing where the generated message was being located so that I can open it up in another application. This PR simply exposes the generated message path...