PHP Class Frontend\Modules\Mailmotor\EventListener\NewNotImplementedMailingListSubscription
This will send a mail to the administrator
to let them know that they have to manually subscribe a person.
Because the mail engine is "not_implemented".
Mostrar archivo
Open project: forkcms/forkcms
Protected Properties
Public Methods
Method Details
__construct()
public method
public __construct ( Swift_Mailer $mailer, ModulesSettings $modulesSettings ) |
$mailer |
Swift_Mailer |
|
$modulesSettings |
common\ModulesSettings |
|
onNotImplementedSubscribedEvent()
public method
On NotImplementedSubscribedEvent
Property Details
$mailer protected_oe property
protected Swift_Mailer $mailer |
return |
Swift_Mailer |
|
$modulesSettings protected_oe property
protected ModulesSettings,Common $modulesSettings |
return |
common\ModulesSettings |
|