I am generating emails using a Handlebars template that includes a link to download a file. I set the target attribute in the a tag to "_self" which allows a user to download the file without getting that annoying "This type of file can harm ..." warning.
I send the emails using postmark from a node server. However, in the sent email the target attribute gets overridden with "_blank". Any ideas as to why this might happen?