Send a confirmation email when a user is added to a website

[MAILPOET-2567]
This commit is contained in:
Pavel Dohnal
2020-01-22 10:25:45 +01:00
committed by Jack Kitterhing
parent de9c151fe4
commit 4c5155132a
5 changed files with 44 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ use MailPoet\WP\Functions as WPFunctions;
* @property string $name
* @property string $type
* @property string $description
* @property string $countConfirmations
*/
class Segment extends Model {