You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
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
Philip Hallstrom
unread,
Jul 21, 2010, 11:40:07 AM7/21/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Do you see the = when you view the email? I believe most clients handle it, strip it out, and merge the two lines...
Martin Hawkins
unread,
Jul 22, 2010, 4:05:01 AM7/22/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
I was looking at the emails using MockSMTP; sending them to a 'proper'
email client suggests that you are correct.
That'll teach me!