Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 808 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 808 Bytes

This is the code base for the drupal mail module using Envoke

Reference

Usage

  • Add
        {
            "type": "vcs",
            "url": "ssh://git@git.affinitybridge.com:22222/affinitybridge/envoke.git"
        }
    
    to composer.json
  • Run composer require affinitybridge/envoke to install the module

Email template

  • Add envoke-mail.html.twig to the project theme to override the default Envoke mail template

Envoke Service

  • Envoke service provides sendEmail and insertContactIfNotExist that supports sending email through Envoke APIs and update Envoke contacts

Composer.json

  • Currently the type is drupal-module that will place the installed module in the /module/contrib/ directory