Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.