Hi,
I have to send an email to an automated service when an order is placed on the website. I tried to use the cart module to send an email notification with a specific template, and the email gets sent alright. However this email must be sent in text/plain instead of text/html, because it is in fixed-length lines format.
Is there a way to do that ?
Thanks !