Posted by codemann on June 29, 2009 at 10:15am
Jump to:
| Project: | Mime Mail |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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
#1
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
#2
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
#3
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.
#4
Thank you João!
#5
Anyone has an idea what could be the problem?
#6
I believe this is the (duplicate) issue, take a look: http://drupal.org/node/358439#comment-1426276
#7
@Rainman : very true, that patch fixed it! Thanks
#8
Marking it as duplicate of #358439: Images are only in the first message then.