When you send your page to multiple recipients and the page contains images, only the first person recieves the images.
I noticed that the images are sent inline in the email, and only the first person gets this. The rest gets the image tags, but the inline files arent with it.

Comments

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

You must be using some other module to embed the images.. This module doesn't embed any image.

I would recommend changing the issue to the right module.

João

codemann’s picture

Hey,

Which module would be doing that, could it be Mime Mail?
What is the default behaviour when you send a page with text and images? Is only the text sent or are the images attached instead of being embedded inline?
Thanks for the quick reaction.

Marijn

jcnventura’s picture

Project: Printer, email and PDF versions » Mime Mail
Status: Postponed (maintainer needs more info) » Active

It's definitively the Mime Mail module.

The print module only sends an HTML page with img tags with a URL to the image in your servers. Mime mail probably takes that, replaces the URL and attaches the images to the e-mails.

I moved this issue to the Mime mail queue.

codemann’s picture

Thank you João!

codemann’s picture

Anyone has an idea what could be the problem?

Rainman’s picture

I believe this is the (duplicate) issue, take a look: http://drupal.org/node/358439#comment-1426276

codemann’s picture

@Rainman : very true, that patch fixed it! Thanks

jcnventura’s picture

Status: Active » Closed (duplicate)

Marking it as duplicate of #358439: Images are only in the first message then.