censusbv / DitsNews

MODx Revolution Newsletter component
10 stars 5 forks source link

MAIL_SENDER error with field "name" #29

Open namanma opened 8 years ago

namanma commented 8 years ago

ditsnews.class.php line 216 $this->modx->mail->set(modMail::MAIL_SENDER, $settings->get('name') ); got error was $this->modx->mail->set(modMail::MAIL_SENDER, $settings->get('email') ); work fine