I already stumbled over older threads regarding this problem, but since the most recent one's from 2010 I was interested if there is a new development regarding my problem.
Basically, as far as I know, to create a text version of a message, PHPList parses only the content of the message and disregards the selected template and it's placeholders. Which means that text mails won't be send with my personalized greeting for example.
There are two ways that would fix this issue as far as I know:
1) Set USE_MANUAL_TEXT_PART = 1 and add the placeholder tags manually in the new text tab every time you're sending a new newsletter.
2) Just don't give the user a choice between html/text and always send them html mails.
So my question would be, if I am correct in assuming those are the only 2 options or if there is a better way to do this? I don't want to use hacks because I'm very concerned about being able to update.
Thanks for your help.