[Rails] Re: Weird issue with actionmailer on rails 4.2.4

2015-09-07 Thread Patrick Paul-Hus
Nevermind... I was using the <%= message %> variable instead of <%= @message %> O_o On Monday, September 7, 2015 at 6:42:37 PM UTC-4, Patrick Paul-Hus wrote: > > Hi, I have a pretty standard and simple mailer model with its own html and > text view. When I send it, the co

[Rails] Weird issue with actionmailer on rails 4.2.4

2015-09-07 Thread Patrick Paul-Hus
Hi, I have a pretty standard and simple mailer model with its own html and text view. When I send it, the content of the email is actually sorta headers and the actual message isn’t there. The mailer looks like this: class TestMailer < ApplicationMailer default from: "nore...@foobar.com" d