In some cases it may be important to forward a templated mail to a customer that extracts information from an automated email, but the body of that mail may not be necessary to be forwarded. A new command %deleteForwardedBody% which would have to be added to the end of the template could help here.
Once the command is read it would find the element <div class="moz-forward-container"> and remove it from the email.
In some cases it may be important to forward a templated mail to a customer that extracts information from an automated email, but the body of that mail may not be necessary to be forwarded. A new command
%deleteForwardedBody%which would have to be added to the end of the template could help here.Once the command is read it would find the element
<div class="moz-forward-container">and remove it from the email.