phpList / phplist3

Fully functional Open Source email marketing manager for creating, sending, integrating, and analysing email campaigns and newsletters.
https://www.phplist.org
GNU Affero General Public License v3.0
744 stars 269 forks source link

Text mode campaigns #1046

Open fulldecent opened 2 months ago

fulldecent commented 2 months ago

Currently only HTML format emails is supported. Please also support text-only email format.

Screenshot 2024-07-09 at 11 00 40

bramley commented 2 months ago

This is explained in the manual https://www.phplist.org/manual/books/phplist-manual/page/sending-plain-text

fulldecent commented 2 months ago

Thank you, I appreciate that.

So that means that I am required to create the HTML format version of the email, and then I can create a text version. Then after that I am able to choose not to send the HTML one, and only the text one will send. Is that right?

bramley commented 2 months ago

If you want to send only text emails, then you can disable the CKEditor plugin so that the Content tab shows only an input text area. Then enter the campaign text and choose Text for "Send as" on the Format tab.