Email Linker
Overview

Email Linker Plugin Documentation

Installation

Using the SMTP Server.

SMTP Server Configuration (File: config.yml)

config.yml
smtp:
    hostname: "host.com"
    username: "username"
    password: "p@$$w0rd"
    port: 000
    usessl: true
    fromaddress: [email protected]

Put your SMTP Server details in this section.