Troubleshooting

Problems uploading the image via mt editor.

Please make sure the following directory is existing and has 777 write permissions.
media\mt\email\images\

Payment information formatting problem

Since from extension version 1.1.4, there is possibility to change payment method info block template. The example, how to change it, you can find in file:
app/code/Magetrend/Email/view/frontend/layout/mtemail_sales_info.xml
  <action method="chgangePaymentTemplate"> <argument name="paymentCode" xsi:type="string">checkmo</argument> <argument name="template" xsi:type="string"> Magetrend_Email::email/default/block/sales/info/payment/checkmo.phtml       </argument> </action>