so basicly its line 240, right?
$this->modx->mail->set(modMail::MAIL_BODY_TEXT, strip_tags($body));
how to replace strip_tags($body) with a seperately generated plaintextversion-chunk without running into any conflict. Would you recommend that. A proper plaintext version is the last issue that keeps me from using GroupEletters for projects.
referring to closed issue #18
so basicly its line 240, right?
$this->modx->mail->set(modMail::MAIL_BODY_TEXT, strip_tags($body));
how to replace strip_tags($body) with a seperately generated plaintextversion-chunk without running into any conflict. Would you recommend that. A proper plaintext version is the last issue that keeps me from using GroupEletters for projects.