Rails 3 - How to embed inline Images that are hosted on S3 -


in rails 3 app, send out emails include user profile pictures. problem gmail shows "click allow images display" type of warning.

how can embed images inside email there no external url calls images? also, images on s3 paperclip , not stored locally.

thanks

unfortunately can't force email client accept kind of picture, whether it's embedded or external url. can include pictures attachments email instead of embedding them. said, different email clients handle attachments in different ways, gmail example scan attachments , display them below message. if want have images embeded text you'll have settle 'click allow images display', since it's there security reasons , out of control.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -