How to Add Images to GoAnywhere Email Templates

View some of the Frequently Asked Questions to our support staff. Included are some tips and tricks making this forum ideal for users getting started with GoAnywhere MFT. Note: Users can reply to existing topics but only our support staff can add new topics to this forum.
1 post Page 1 of 1

Support_Nolan

User avatar
Posts: 8
Joined: Mon May 21, 2018 10:54 am

Post by Support_Nolan » Mon Jul 22, 2019 11:23 am
Question:

How do I add images to the GoAnywhere Email templates?

Answer:

First, a little background information. GoAnywhere sends emails for various administrator and Web User functions. The notifications are based on email templates that are defined in XML files and stored in a repository located at [installdirectory]/proddata/emailtemplates.

The templates can be modified to meet your specifications using an XML or a plain text editor. Email templates can use functions to perform various operations on variables, strings and data. If you would like to make changes to an email template, copy the template file from [installdirectory]/proddata/emailtemplates/[templatetype] and save it to [installdirectory]/userdata/emailtemplates/[templatetype]. Only make changes to the templates in the /userdata folder. The email templates located in /proddata will be overwritten during upgrades. When using an email template, GoAnywhere will look for an email template in the /userdata folder before using the email template from the /proddata folder.

To add an image to email template, we can use the <img> tag to add the image into the email template. For example -
<img src="https://static.goanywhere.com/img/goany ... 190219.png" alt="Logo" style="border:0px;" height="50" width="300" />"

Keep in mind, the machine receiving the email has to be able to resolve to this image. This means you cannot reference a location on the local drive to which the recipient cannot resolve.
Nolan Priebe
Support Analyst
e. [email protected]
p. 1-800-949-4696
w. GoAnywhere.com | HelpSystems.com
1 post Page 1 of 1