The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
271 views

Send mail with attachment using the MIME Mail module

I am not able to send mails with an attachement using the MIME Mail module. There isn't munch documentation about this module, but some people claim they have successfully used the module, and sent a ...
2
votes
2answers
119 views

drupal_mail() strips all html tags from emails

So as the title explains, when sending an HTML email with drupal_mail(), email comes with no HTML tags. $module = 'module'; $key = 'contact_message'; $language = language_default(); ...
0
votes
2answers
250 views

Is there a trick to getting Mime Mail to recognize by-mailkey theme templates?

I have installed Mime Mail 7.x-1.0-alpha1 and got it set up and working for the most part. The thing I'm having trouble with is getting it to recognize a by-mailkey template. I have been able to copy ...
1
vote
1answer
83 views

MailMime images are not embedded

I'm sending an email using Mail Mime, based on a rule. I receive the email, and I can see in the HTML source that, the image has been translated, E.g. <img ...
3
votes
2answers
970 views

Set up Mailhandler with IMAP Gmail

I can't figure out how to configure Mailhandler with an IMAP Gmail account locally with MAMP. I've been following the recommendation at http://drupal.org/node/207366#gmail and it is never working ...
0
votes
0answers
34 views

Problem sending html mails

I´m using mime mail 6.x 1.1 module and simplenews 6.x 1.4. I create all my newsletter issues in html, and I choose to send in html. However, always the mails are received in Outlook, hotmail and gmail ...
2
votes
2answers
754 views

Adding css styles to Mimemail

I'm using mimemail with simplenews to theme an email newsletter, but it's not the least bit clear to me where I can store my styles so mimemail can then add them as inline styles to the various HTML ...
0
votes
0answers
101 views

Mime Mail & HTML Mail modules

Simplenews & Send by email (Print) The following settings enable the send by email function to work Site-wide default - DefaultMailSystem HTML Mail module class - HTMLMailSystem Mime Mail module ...
2
votes
2answers
597 views

How can I use the Mimemail with STMP Authentication Support modules together on D7?

Is it possible to use Mimemail, Mail System, and SMTP Authentication Support modules together? Why: Currently I am using Mimemail to send HTML-formatted messages; however, because of the ...
2
votes
0answers
185 views

Email not sent with csv file as attachment

I have implemented custom function to send email with csv file as attachment. CSV file content is created on the fly. When I setup email header but text "Content-Type: text/html; charset="utf-8", ...
0
votes
0answers
71 views

Send node file attachment on form submit

I have a form built into a block on one of my content types, the content type has a file connected to the node. I currently have a form the will send an email to the address you put in with a default ...
0
votes
0answers
120 views

Add attachment programmatically to an email send with Webform and Mimemail

Which hook function can I use to add a .csv attachment programmatically to an email that's being send through a webform? I don't need to use the UI and I don't need the file to be uploaded / ...
0
votes
0answers
24 views

How to set up rules to email a pdf after creating it with fillPDF

I am using fillPDF and would like to set up a rule so that once the pdf is created it will create an email, attach the PDF and mail it to a designated recipient. I have looked on line on how to do ...
0
votes
0answers
162 views

mail is not sent through SMTP

Im trying to send an HTML mail through SMTP, Im currently using the modules: MIME mail PHPMailer Mail System On a Drupal 7 site. The problem is that when I check the mail header that I have ...
1
vote
1answer
327 views

Relative and broken image with simplenews and mime mail

I have a content type with an image field. When I send a test mail with the simplenews module I get an image with an absolute path in email and see the image, but when I send it with cron I get a ...

1 2
15 30 50 per page