Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 874 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 874 Bytes

Postmark driver for OctoberCMS

Postmark delivers your transactional email to customers on time, every time.

Requirements

This package install coconutcraig/laravel-postmark as a mail transport for OctoberCMS

First all, create an account on Postmark, it is required to be used on your platform.

Installation

From composer:

composer require planetadeleste/postmarkdriver-plugin

From OctoberCMS marketplace

Add plugin to your project

From OctoberCMS command line

php artisan october:install planetadeleste.postmarkdriver

Configuration

  • In your OctoberCMS, go to "Settings" > "Mail configuration"
  • Select from the mail method "Postmark"
  • Write your Postmark server API token
  • Save and start to use postmark to send your emails