Rails v2.3.8; Ruby v1.8.7 When sending a plain text email using ActionMailer, the email contains = signs at the end of long lines. This is a problem as I''m including a link which is bound to break over more than one line and so the user will not be able to cut and past it into a browser. Can anybody tell me how to stop this behaviour please? 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
> Rails v2.3.8; Ruby v1.8.7 > When sending a plain text email using ActionMailer, the email contains > = signs at the end of long lines. > > This is a problem as I''m including a link which is bound to break over > more than one line and so the user will not be able to cut and past it > into a browser. > > Can anybody tell me how to stop this behaviour please?Do you see the = when you view the email? I believe most clients handle it, strip it out, and merge the two lines... -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I was looking at the emails using MockSMTP; sending them to a ''proper'' email client suggests that you are correct. That''ll teach me! Thanks for replying. On Jul 21, 4:40 pm, Philip Hallstrom <phi...-LSG90OXdqQE@public.gmane.org> wrote:> > Rails v2.3.8; Ruby v1.8.7 > > When sending a plain text email using ActionMailer, the email contains > > = signs at the end of long lines. > > > This is a problem as I''m including a link which is bound to break over > > more than one line and so the user will not be able to cut and past it > > into a browser. > > > Can anybody tell me how to stop this behaviour please? > > Do you see the = when you view the email? I believe most clients handle it, strip it out, and merge the two lines...-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.