Questions tagged [mimemail]
The Mime Mail module gives Drupal core and other Drupal modules the ability to send HTML email messages.
32 questions
1 vote
2 answers
296 views
I cannot send HTML mail using "{{ node.body.value }}"
I use Drupal 9 and the Rules module to send emails when an Article node is updated. I installed the Mimemail module and set the formatter to mimemail; all the field are correctly rendered. Only {{ ...
0 votes
0 answers
465 views
How can I send an email for confirmations via a webform?
I'm fairly new to Drupal development but have been learning quickly. I've been trying to setup my Drupal site to send emails for form submissions confirmations through Webform (I just need us to be ...
1 vote
1 answer
120 views
How do I name a mimemail-message.tpl.php template to be used with a specific webform?
I cant seem to get the naming of the mimemail-message.tpl.php correct in Drupal 7. I know the naming scheme says "mimemail-message--[module]--[key].tpl.php" but either I'm not understanding ...
0 votes
1 answer
342 views
Image URLs aren't MIME encoded in email
I'm using Drupal core 8.9.3 and Mime Mail 8.x-1.0-alpha3. I have installed MimeMail and implemented mymodule_mail hook. The UI is set to use "Mime Mailer mailer". The UI for Mime Mail is ...
0 votes
0 answers
106 views
Email isn't sent to Hotmail
I have a webform which sends two emails upon submission: To the administrators of the site via webform emails To the client who submitted an email via rules using 'send html email' Everything is ...
1 vote
0 answers
695 views
How do I send HTML mail?
Trying to send HTML mail from Webform using Mimemail I've copied mimemail-messages.html.twig to my theme's folder and it's properly picked up. Problem is it's applied to all outgoing emails, user ...
1 vote
1 answer
67 views
Fetch Customer Profile from Line Items
In a webshop I’ve build I want to send individual e-mails to owners of a prodruct in the shop after a product is sold. To do this I got this as a solution: Send mail to product owner with Rules But ...
1 vote
2 answers
67 views
Why can't I save a Send HTML Email action?
I have a rule component set up that currently sends an HTML email. I need to change the body of the email to include a new field, but when I do and press Save, it doesn't return to the Rule page, it ...