This is the code base for the drupal mail module using Envoke
- Add
to composer.json
{ "type": "vcs", "url": "ssh://[email protected]:22222/affinitybridge/envoke.git" } - Run
composer require affinitybridge/envoketo install the module
- Add
envoke-mail.html.twigto the project theme to override the default Envoke mail template
- Envoke service provides
sendEmailandinsertContactIfNotExistthat supports sending email through Envoke APIs and update Envoke contacts
- Currently the type is
drupal-modulethat will place the installed module in the/module/contrib/directory