Support HTML emails with Swiftmailer
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #2930167. -->
Reported by: [peacog](https://www.drupal.org/user/390819)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Views Send requires you to install <a href="https://www.drupal.org/project/mimemail">Mime Mail</a> if you want to send rich HTML emails. <a href="https://www.drupal.org/project/swiftmailer">Swiftmailer</a> is an alternative HTML mail module that is increasingly popular and under active development. It would be great if Views Send supported Swiftmailer as well as Mime Mail</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Basic support of Swiftmailer is not difficult to implement. The main changed required is to provide the email body as a Drupal\Core\Render\Markup object. Support for attachments is a bigger job and deserves a separate feature request.</p>
issue