constant SWIFTMAILER_FORMAT_HTML in Swift Mailer 8.2
Same name and namespace in other branches
- 8 swiftmailer.module \SWIFTMAILER_FORMAT_HTML
- 7 swiftmailer.module \SWIFTMAILER_FORMAT_HTML
8 uses of SWIFTMAILER_FORMAT_HTML
- 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.
File
- ./
swiftmailer.module, line 16 - This is the primary module file.
Code
define('SWIFTMAILER_FORMAT_HTML', 'text/html');