2017 © Pedro Peláez
 

craft-plugin postal

Form to email handler for Craft CMS.

image

crystal-uk/postal

Form to email handler for Craft CMS.

  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 13 % Grown

The README.md

Postal plugin for Craft CMS 3.x

Form to email handler for Craft CMS., (*1)

Requirements

This plugin requires Craft CMS 3.0 or later., (*2)

Installation

Go to your Craft project in terminal:, (*3)

composer require crystal-uk/postal

Install Postal in the Craft Control Panel (Settings → Plugins), (*4)

Postal Overview

Post JSON to /actions/postal, (*5)

If using multiple forms, include form key., (*6)

{
  "name": "Johnny",
  "email": "johnny@overlook.com",
  "message": "Here's, Johnny!",

  "form": "form1"
}

Configuring Postal

Add postal.php into your craft/config folder, (*7)

<?php

return [
  'fields' => [
    'name',
    'email',
    'message',
  ],

  'rules' => [
    [['email', 'name'], 'required'],
    [['firstName'], 'string'],
  ],

  'to' => 'hello@email.com',
  'from' => ['Jenny@email.com' => 'Queen Jenny'],

  'cc' => ['cecil@email.com', 'sidney@email.com'],
  'bcc' => 'ceecee@email.com',

  'replyTo' => function($letter) {
    return [$letter['email'] => $letter['name'];
  },

  'subject' => 'Enquiry from {letter.name}'
];

Email formats

Emails can be string hello@email.com or array ['hello@email.com' => 'Mr Hello'] (excluding bcc). Both types can then be in an array for multiple address., (*8)

Postal Roadmap

Some things to do, and ideas for potential features:, (*9)

  • Release it

Brought to you by Crystal, (*10)

The Versions

26/07 2018

dev-master

9999999-dev https://bitbucket.org/crystal-uk/postal

Form to email handler for Craft CMS.

  Sources   Download

MIT

The Requires

 

plugin php cms postal craftcms craft-plugin craft

26/07 2018

v2.0.1

2.0.1.0 https://bitbucket.org/crystal-uk/postal

Form to email handler for Craft CMS.

  Sources   Download

The Requires

 

cms postal craftcms craft-plugin craft

23/07 2018

2.0.0

2.0.0.0 https://bitbucket.org/crystal-uk/postal

Form to email handler for Craft CMS.

  Sources   Download

The Requires

 

cms postal craftcms craft-plugin craft

01/03 2018

v1.1.8

1.1.8.0 https://bitbucket.org/crystal-uk/postal

Contact form plugin for CraftCMS

  Sources   Download

MIT

The Requires

 

plugin php craftcms craft-plugin craft

01/03 2018

v1.x-dev

1.9999999.9999999.9999999-dev https://bitbucket.org/crystal-uk/postal

Contact form plugin for CraftCMS

  Sources   Download

MIT

The Requires

 

plugin php craftcms craft-plugin craft

01/03 2018

v1.1.7

1.1.7.0 https://bitbucket.org/crystal-uk/postal

Contact form plugin for CraftCMS

  Sources   Download

MIT

The Requires

 

plugin php craftcms craft-plugin craft

28/02 2018

v1.1.6

1.1.6.0 https://bitbucket.org/crystal-uk/postal

Contact form plugin for CraftCMS

  Sources   Download

MIT

The Requires

 

plugin php craftcms craft-plugin craft

28/02 2018

v1.1.5

1.1.5.0 https://bitbucket.org/crystal-uk/postal

Contact form plugin for CraftCMS

  Sources   Download

MIT

The Requires

 

plugin php craftcms craft-plugin craft

20/12 2017

v1.1.4

1.1.4.0 https://bitbucket.org/crystal-uk/postal

Contact form plugin for CraftCMS

  Sources   Download

MIT

The Requires

 

plugin php craftcms craft-plugin craft

08/09 2017

v1.1.2

1.1.2.0 https://bitbucket.org/crystal-uk/postal

Contact form plugin for CraftCMS

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

plugin php craftcms craft-plugin craft

21/08 2017

v1.0.0

1.0.0.0 https://bitbucket.org/crystal-uk/postal

Contact form plugin for CraftCMS

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

plugin php craftcms craft