Closed (fixed)
Project:
Mime Mail
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2012 at 15:09 UTC
Updated:
12 Apr 2013 at 13:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
sgabe commentedThe "Link images only" option allows you to disable embedding of images site-wide, so the images will be inserted in the message with an absolute path. I have just tested it, and it seems to work.
Comment #2
warappa commentedMaybe you had the same problem I had: I left "Mail Mime" enabled (don't mix up "Mime Mail" with "Mail Mime")! After I disabled it images were added no more.
Comment #3
gagarine commentedSame problem. I add some image with absolute path in mimemail-message.tpl.php.
Look like that:
Those images are attached in the message as files making the mail heavy...
Modules:
Simplenews (simplenews) 7.x-1.0-rc1
Mail System 7.x-2.34
Mime Mail (mimemail) 7.x-1.0-alpha1+1 1-dev
Comment #4
sgabe commentedIf the file exists on the server as-is, _mimemail_url will be skipped, which would check if the image can be embedded.
Though I am attaching a patch, this needs to be postponed because this part of the code will be modified soon.
Comment #5
gagarine commentedthe patch #4 works for me. Thanks
Comment #6
gagarine commentedstill postponed?
Comment #7
sgabe commentedCommitted to the development snapshot.