So I need to register the Mailer class on the model?
$articleMailer = new ArticleMailer();
$this->getEventManager()->on($ArticleMailer);
Now when I add an article it gets triggered but it is showing errors:
So I need to register the Mailer class on the model?
$articleMailer = new ArticleMailer();
$this->getEventManager()->on($ArticleMailer);
Now when I add an article it gets triggered but it is showing errors: