jgulledge19 / GroupEletters

⛔️ currently unmaintained ⛔️ Newsletters for MODX Revolution
13 stars 7 forks source link

Plaintext multipart #27

Open Spica2 opened 11 years ago

Spica2 commented 11 years ago

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.