Skip to main content

ruby - Rails mailer links improperly rendering -


has else had issues rails img src links being improperly rendered, i.e.

http://host.s3.amazonaws.com/images/account_welcome_button.png

is being rendered as

http://host.s3.amazonaws.com/images/+account_welcome_button.png

in e-mail clients?

i'm testing particularly on gmail inbox client. if you've experienced this, has been fix remove these characters?

ruby - rails mailer links improperly rendering - stack overflow

learn, share, build

each month, on 50 million developers come stack overflow learn, share knowledge, , build careers.

join world’s largest developer community.

sign up

has else had issues rails img src links being improperly rendered, i.e.

http://host.s3.amazonaws.com/images/account_welcome_button.png

is being rendered as

http://host.s3.amazonaws.com/images/+account_welcome_button.png

in e-mail clients?

i'm testing particularly on gmail inbox client. if you've experienced this, has been fix remove these characters?

share|improve question
    
copy paste error ? why activation_url(...) result in image link ? – frederick cheung jul 6 '12 @ 22:50
    
can post code generating img tag? otherwise, can merely speculate. – iwasrobbed jul 7 '12 @ 8:37

your answer

 
discard

posting answer, agree privacy policy , terms of service.

browse other questions tagged or ask own question.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -