Hi, I'm using "action_mailer.delivery_method = :test", and trying to send an email with "from" address as "Ex <ex@example.net>", However when I look at the email from "ActionMailer::Base.deliveries ", the "from" header is stripped down as "From: Ex". I'm using Rails 2.3.5, - thanks.
Ok, I nailed down the problem. I'm iterating through "ActionMailer::Base.deliveries" and using "<pre></pre>" tag to show them individually. However, firefox is recognising "<ex@example.net>" as an unrecognised tag and isn't showing it. Got to use the "h()" function.