saskoh / conaktiv-emogrify
Integrate Emogrifier plugin into SilverStripe.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
Type:silverstripe-vendormodule
Requires
- saskoh/conaktiv-emogrifyplugin: ^0.3.2
- silverstripe/assets: ^1.1
- silverstripe/framework: ^4.1
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3
README
Easily integrate Emogrifier into SilverStripe and send Emails with inlined CSS automatically.
Installation and Requirements
- Requires the EmogrifierPlugin and its dependencies.
- SilverStripe 4.1+
Install via composer:
composer require saskoh/conaktiv-emogrify
Usage
The module will already register the EmogrifierPlugin
as a plugin on SwiftMailer. By default it will only pick up
styles that are part of your HTML (eg. in a <style>
tag).
To supply your own CSS file, add something like this to your config.yml
:
Bummzack\SilverStripeEmogrify\EmogrifierPlugin: css_file: 'mysite/css/email.css'
Please note, that if the path to the CSS file is not absolute,
it will be considered to be relative to the BASE_PATH
!