You are here

10 uses of SWIFTMAILER_FORMAT_HTML in Swift Mailer 8

MessagesForm::buildForm in src/Form/MessagesForm.php
Form constructor.
SwiftMailer::format in src/Plugin/Mail/SwiftMailer.php
Formats a message composed by drupal_mail().
SwiftMailer::mail in src/Plugin/Mail/SwiftMailer.php
Sends a message composed by drupal_mail().
SwiftMailer::massageMessageBody in src/Plugin/Mail/SwiftMailer.php
Massages the message body into the format expected for rendering.
SwiftMailerAlterTest::testGeneratePlainTextVersion in tests/src/Functional/SwiftMailerAlterTest.php
Create plain text version from body.
SwiftMailerAlterTest::testKeepOriginalPlainTextVersion in tests/src/Functional/SwiftMailerAlterTest.php
Preserve original plain text, do not generate it from body.
SwiftMailerAlterTest::testPlainTextConfigurationSetting in tests/src/Functional/SwiftMailerAlterTest.php
SwiftMailerAlterTest::testTemplatePreprocess in tests/src/Functional/SwiftMailerAlterTest.php
SwiftMailerTest::testMassageMessageBody in tests/src/Kernel/Plugin/Mail/SwiftMailerTest.php
Tests massaging the message body.
swiftmailer_mail in ./swiftmailer.module
Implements hook_mail().