Craft 3
Sprout Encode Email installation and update instructions for Craft 3.
# Requirements
- Craft CMS 3.0.0 or a more recent version of Craft
# Installation via Plugin Store
- Find the plugin in the Plugin Store in your Craft Control Panel
- Go to Settings → Plugins and select “Install”
# Installation via Composer
- Open your terminal and go to your Craft project:
cd /path/to/project
- Then tell Composer to load the plugin:
composer require barrelstrength/sprout-encode-email
- In the Control Panel, go to Settings → Plugins and select “Install”