سؤال

I'm working on a email template with HTML that have a button like "print your ticket", and I would like that when the user click the button, automatically, the client open or download the attachment. Is this possible using only HTML? Are there other solution? Regards

هل كانت مفيدة؟

المحلول

You can't do this with an attachment. You could however do this by directing the user to a remote link where the attachment was stored using a <a href="...">Print your ticket</a>

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top