Closed (outdated)
Project:
Contact Attach
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Jan 2008 at 03:13 UTC
Updated:
21 May 2017 at 18:05 UTC
Jump to comment: Most recent
Comments
Comment #1
oadaeh commentedI'm not particularly fond of Mime Mail as it's not flexible some areas and is presumptuous in other areas. However, I will look to see if there is something I can do to work with the module, though it may be a while before I can get to this issue.
Comment #2
oadaeh commentedI spent some time looking at integrating Mime Mail with Mass Contact. As soon as I have a few free minutes, I'll take what I learned there and apply it here.
Comment #3
NewZeal commentedI've integrated contact_attach with mimemail by adding the following function to contact_attach.module:
For this to work you need to set the weight of the contact_attach module to a value less than the weight for the mimemail module in the system table, so that this version of drupal_mail_wrapper gets loaded and not the mimemail one.
Note that this function works by overriding the mail send function before mimemail gets to.
Comment #4
kchown commentedThanks!!!!
Comment #5
Tor Arne Thune commentedCan you confirm this is still a problem in D6 and D7? The 5.x version is no longer supported.
Comment #6
GemQueen commentedI can confirm that this is still a problem on D7.
Comment #7
cebab54 commentedHow do I set the weights that you refer to enable your patch to the contact_attach.module to work ahead of MIME please?
Comment #8
oadaeh commentedI'm closing this as it is for a branch that is no longer supported.