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/envoke
to install the module
- Add
envoke-mail.html.twig
to the project theme to override the default Envoke mail template
- Envoke service provides
sendEmail
andinsertContactIfNotExist
that supports sending email through Envoke APIs and update Envoke contacts
- Currently the type is
drupal-module
that will place the installed module in the/module/contrib/
directory