Commit eff34992 authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлены статусы писем в рассылке;

parent 3267dfa0
......@@ -11,6 +11,11 @@ class ConditionBase {
public $config = [];
const MESSAGE_READ = 'ok_read';
const MESSAGE_LINK_VISITED = 'ok_link_visited';
const MESSAGE_UNSUBSCRIBED = 'ok_unsubscribed';
const MESSAGE_SPAM_FOLDER = 'ok_spam_folder';
/**
* @param string $conditionName
* @return mixed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment