После упрощения шаблона он работает без каких-либо специальных уловок.
<tal:root define="lt string:<;gt string:>;
member python:options['member'];
portal_state context/@@plone_portal_state;
view context/@@passwordreset_view;
isAnon context/@@plone_portal_state/anonymous;
reset python:options['reset']"
>From: <span tal:replace="structure view/encoded_mail_sender" />
To: <span tal:replace="python:member.getProperty('email')" />
Subject: Request to reset your password
Content-Type: text/plain
Precedence: bulk
Hello
Some text
More text
Kind regards
Organization Name
</tal:root>
возвращает текст так, как мне нужно:
Hello
Some text
More text
Kind regards
Organization Name