The mimemail tag has no wiki summary.
2
votes
3answers
69 views
+100
How do I send email to a large number of Drupal users, based on rules?
I have a scheduled rule (schedule, rules module) to send a HTML email (mime module), using a View to list the email addresses (View Rules).
I tested this based on a couple of users (all users within ...
2
votes
1answer
51 views
Drupal 7 webform module is not sending email properly
I have this modules enabled in my Drupal 7 site:
Mail System v7.x-2.34
Mime Mail v7.x-1.0-alpha2
Smtp Authentication v7.x-1.0
Webform v7.x-3.19
I have configured Mail system to "format" mails ...
0
votes
1answer
11 views
Where to translate mimemail mails sent?
I've been searching everywhere but I really can't seem to find it:
Where do you translate mimemails sent by a Rules action?
Rules' core mail action allows to specify the language to be used and ...
2
votes
2answers
153 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();
...
1
vote
1answer
104 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 ...
0
votes
0answers
41 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 ...
0
votes
1answer
387 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 ...
0
votes
0answers
123 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 ...
0
votes
0answers
74 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
124 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
29 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
190 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 ...
2
votes
0answers
193 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", ...
2
votes
2answers
659 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 ...
1
vote
0answers
168 views
MimeMailSystem not sending emails
I've been setting up a newsletter using Simplenews - it works well enough but only for plain text emails.
I've set up and installed MimeMail but when selected as the site-wide default ...
0
votes
1answer
44 views
How can I route automated emails through an email function in my module?
I was unable to get HTML mail to use a template properly, so I have a mymodule_mail function that sends emails when a response is required from the user
function billiondollar_mail($key, ...
0
votes
2answers
282 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 ...
3
votes
2answers
1k 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 ...
1
vote
1answer
231 views
Mimemail not sending email on dedicated VPS
I have this code in a custom module used to send an email through Mimemail
if (!isset($message['headers'])) $message['headers'] = array('From' => $from, 'Sender' => variable_get('site_name', ...
1
vote
3answers
656 views
What's the difference between the “Mime Mail” and “Mail MIME” modules?
There appear to be two ways of sending HTML e-mail using Drupal:
Mail MIME with HTML Mail
Mime Mail
Mime Mail has significantly more installs, but it depends on Mailsystem, which is maintained by ...
0
votes
1answer
890 views
SMTP authentication in Drupal [closed]
Consider my domain is domain.com. Currently I am transfering my domain to another server(GoDaddy Plesk). I am testing the site by chaining my DNS. When a payment is made in ubercart email is not ...
0
votes
0answers
791 views
How to Theme an HTML Newsletter with Simplenews
I am using Drupal 6 and the Simplenews & Mime Mail modules to send an HTML newsletter from my site. The administration theme is set to "Garland". I copied the body template file from ...
1
vote
2answers
808 views
How to send 2 mails simultaneously with drupal_mail()
I want to send my order to my email, and also to my client's email.
I am sending an order placed on my website using this code:
function MYMODULE_form_submit($form, &$form_state) {
...
5
votes
2answers
2k views
Email a Whole Node (Including template contents)
I have created my own custom node.tpl.php file.
I now want to email the entire node, each time the user creates a new node of that content type (I have made sure that all the HTML in my node.tpl.php ...
0
votes
1answer
99 views
How to find a mails $mailkey
I'm trying to theme a couple of different mails generated by notifications using the mimemail module. Is there a reliable method to find a mails mailkey for use in a template?
1
vote
1answer
346 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 ...
2
votes
0answers
175 views
Overide mail MIME inline image attachment process
How can I override this the proccess of images being sent through drupal_mail(), using htmlmail and mail MIME, being converted from image references to inline image attachments? I want the images to ...
3
votes
1answer
941 views
Add attachments to mail
How I send a mail with attachments using the mimemail module? In drupal 6 it was using the function:
mimemail($sender, $recipient, $subject, $body, $plaintext = NULL, $headers = array(), $text = ...
2
votes
2answers
813 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 ...