Create a newsletter and send it

[MAILPOET-1859]
This commit is contained in:
Pavel Dohnal
2019-07-18 15:05:28 +02:00
committed by M. Shull
parent d58b2ed40e
commit 7a978a3098
7 changed files with 340 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ if (!defined('ABSPATH')) exit;
* @method $this whereNotIn($column_name, $values)
* @method static $this whereNotIn($column_name, $values)
* @method $this whereNull($column_name)
* @method static $this whereNull($column_name)
* @method static static whereNull($column_name)
* @method $this whereNotNull($column_name)
* @method static $this whereNotNull($column_name)
* @method $this whereRaw($clause, $parameters=array())