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.
- Host: GitHub
- URL: https://github.com/syntro-opensource/silverstripe-sendy
- Owner: syntro-opensource
- License: bsd-3-clause
- Created: 2022-02-09T16:27:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T14:09:12.000Z (almost 3 years ago)
- Last Synced: 2025-09-02T01:31:12.779Z (10 months ago)
- Topics: newsletter, sendy, sendy-newsletter, silverstripe
- Language: PHP
- Homepage:
- Size: 36.1 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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.
[](https://github.com/syntro-opensource/silverstripe-sendy/actions?query=workflow%3A%22%F0%9F%8E%AD+Tests%22+branch%3A%22master%22)
[](https://codecov.io/gh/syntro-opensource/silverstripe-sendy)

[](https://github.com/phpstan/phpstan)
[](https://packagist.org/packages/syntro/silverstripe-sendy)
[](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)