An open API service indexing awesome lists of open source software.

https://github.com/syntro-opensource/silverstripe-sendy

Silverstripe module allowing to create and export campaigns to a sendy instance.
https://github.com/syntro-opensource/silverstripe-sendy

newsletter sendy sendy-newsletter silverstripe

Last synced: 5 months ago
JSON representation

Silverstripe module allowing to create and export campaigns to a sendy instance.

Awesome Lists containing this project

README

          

# Silverstripe Sendy
Silverstripe module allowing editors to create newsletters using elemental blocks
and export them to a sendy instance.

[![🎭 Tests](https://github.com/syntro-opensource/silverstripe-sendy/workflows/%F0%9F%8E%AD%20Tests/badge.svg)](https://github.com/syntro-opensource/silverstripe-sendy/actions?query=workflow%3A%22%F0%9F%8E%AD+Tests%22+branch%3A%22master%22)
[![codecov](https://codecov.io/gh/syntro-opensource/silverstripe-sendy/branch/master/graph/badge.svg)](https://codecov.io/gh/syntro-opensource/silverstripe-sendy)
![Dependabot](https://img.shields.io/badge/dependabot-active-brightgreen?logo=dependabot)
[![phpstan](https://img.shields.io/badge/PHPStan-enabled-success)](https://github.com/phpstan/phpstan)
[![composer](https://img.shields.io/packagist/dt/syntro/silverstripe-sendy?color=success&logo=composer)](https://packagist.org/packages/syntro/silverstripe-sendy)
[![Packagist Version](https://img.shields.io/packagist/v/syntro/silverstripe-sendy?label=stable&logo=composer)](https://packagist.org/packages/syntro/silverstripe-sendy)

## Introduction
This module provides an admin area, where editors can create newsletters using
the silverstripe elemental blocks module.

## Installation

To install this module, run the following command:
```
composer require syntro/silverstripe-sendy
```
Then continue by configuring your instance.

## Documentation
* [Configuration](docs/en/01_Configuration.md)
* [Templating](docs/en/02_Templating.md)