Re: [Rails] " appearing in email

2010-02-04 Thread Philip Hallstrom
On Feb 4, 2010, at 12:48 PM, Jay Dev wrote: I am having problems with the formatting of my email. This is what my code looks like - email = NotifyMailer.create_send_notifications(@notification,@test) email.set_content_type("text/plain") NotifyMailer.deliver(email) --- a

[Rails] " appearing in email

2010-02-04 Thread Jay Dev
I am having problems with the formatting of my email. This is what my code looks like - email = NotifyMailer.create_send_notifications(@notification,@test) email.set_content_type("text/plain") NotifyMailer.deliver(email) --- and my send_notifications.rhtml looks like thi