8 uses of SWIFTMAILER_FORMAT_HTML in Swift Mailer 8.2
- FormatTest::testCss in tests/
src/ Kernel/ Plugin/ Mail/ FormatTest.php - Tests messages with CSS.
- FormatTest::testFormat in tests/
src/ Kernel/ Plugin/ Mail/ FormatTest.php - Tests formatting the message.
- 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().
- 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::testTemplatePreprocess in tests/
src/ Functional/ SwiftMailerAlterTest.php - swiftmailer_mail in ./
swiftmailer.module - Implements hook_mail().