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 "<[email protected]>" as an unrecognised tag and isn't showing it. Got to use the "h()" function.
On Dec 9, 11:46 am, Vikrant Chaudhary <[email protected]> wrote: > Hi, I'm using "action_mailer.delivery_method = :test", > and trying to send an email with "from" address as "Ex > <[email protected]>", > 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. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

