You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be great if GE could send the message in a mime enabled text version as well. Preferably by means of parsing and converting the content headers and paragraphs.
The text was updated successfully, but these errors were encountered:
so basicly its line 240 $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.
Would be great if GE could send the message in a mime enabled text version as well. Preferably by means of parsing and converting the content headers and paragraphs.
The text was updated successfully, but these errors were encountered: