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
Comment #1
jcnventuraYou 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
Comment #2
codemannHey,
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
Comment #3
jcnventuraIt'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.
Comment #4
codemannThank you João!
Comment #5
codemannAnyone has an idea what could be the problem?
Comment #6
Rainman commentedI believe this is the (duplicate) issue, take a look: http://drupal.org/node/358439#comment-1426276
Comment #7
codemann@Rainman : very true, that patch fixed it! Thanks
Comment #8
jcnventuraMarking it as duplicate of #358439: Images are only in the first message then.