Hi, I use the multipart functionality from the action mailer. But when i send an html message, my outlook opens the mail and shows this: --mimepart_4443b76d12268_6f34..fdacc616831e6 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: Quoted-printable Content-Disposition: inline <!!Message> = = --mimepart_4443b76d12268_6f34..fdacc616831e6-- No html will appear. When i look in the source every tag is changed to <style type=3D"text/css">. Anyone know how to fix this? Thanks in advance Rick -- Posted via http://www.ruby-forum.com/.
Hi Rick - ever find a solution to this? I''m experiencing this now.. thanks, rich On 4/17/06, Rick <rick@iwsweb.nl> wrote:> Hi, > > I use the multipart functionality from the action mailer. > > But when i send an html message, my outlook opens the mail and shows > this: > > --mimepart_4443b76d12268_6f34..fdacc616831e6 Content-Type: text/html; > charset=iso-8859-1 Content-Transfer-Encoding: Quoted-printable > Content-Disposition: inline > > <!!Message> > = = --mimepart_4443b76d12268_6f34..fdacc616831e6-- > > No html will appear. When i look in the source every tag is changed to > <style type=3D"text/css">. > > Anyone know how to fix this? > > Thanks in advance > > Rick > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- http://brantinteractive.com rbrant@brantinteractive.com v. 267.640.2195 f. 215.689.1454
Rick noted:>> <!!Message> >> = = --mimepart_4443b76d12268_6f34..fdacc616831e6-- >> >> No html will appear. When i look in the source every tag is changed to >> <style type=3D"text/css">.------------------------------- I too have been experiencing this - html mail is definetly broken. ala, <div id=3D"logo"> (if only I had a 3D logo. lol) 3D is a urlencoded "=" . Has this been resolved? I''m searching to see if a bug has been submited, patch released, etc. Anybody with more info, much appreciated. cheers, jodi -- View this message in context: http://www.nabble.com/Email-Multipart-message-tf1462296.html#a5542910 Sent from the RubyOnRails Users forum at Nabble.com.