Newsletter

Intro

This file contains the newsletters configuration for the application.Here you can set the newsletter service you want to use in your application In the file @config/newsletter.ts you can set the config of the newsletter

Example

The next example is the default configuration

export default{
    driver: 'mailerlite'
}

Usage

Table of Contents