Our client would like to publish new reports which contain a summary and a PDF via email.
We thought that the moblogging module would be perfect for this, but unfortunately we are running into several problems/shortcomings with it.
After clarifying a few issues here, we would now like to be able to ignore an embedded image.
Our client uses a signature which contains a logo which seems to break the functionality we are looking for.
This is the moblog template we are using:
{field name="report_summary_email" format="XHTML"}
{text}
{files}
<a href="http://{file}">Download File</a>
{/files}
{/field}With the logo embedded in the email, the text of the email is not captured at all, only the ‘Download File’ link is.
Any suggestions on how we can ignore the embedded image of the signature?