Hi,
Is there a way to customize the text version of a multipart email?
For instance, I would link all my <h1> titles to be preceded with a # character. If I have this in html:
<h1>Great News</h1>
the text version would be:
# Great News
Also, it would be nice if links could be customized to footnotes. Having this:
<a href="https://mydomain.com/news/11122">Click here to read more</a>
you would get this in the text version
Click here to read more [1]
[1] https://mydomain.com/news/11122
Thanks!