If you choose to host a file and link to it from an email blast so the recipients can download it, you may encounter an issue where some browsers will not trigger the download (ie. Google Mail in Chrome).
If this happens you can add an attribute to the <a> tag which will resolve the issue. Add clicktracking=off
after the opening <a> tag and before the href. Here's an example:
<a clicktracking=off href="https://block-image-uploader-prod.s3.us-west-2.amazonaws.com/9dbd1ea2-f59f-42e7-be34-43ba032f4d7b/Acrobat_1-26-23.ics"
style="background-color:rgb(20,115,230);color:rgb(255,255,255);text-align:center;text-decoration:none;padding:10px 15px;width:120px;display:inline-block;font-size:12px;outline:none;border:none;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px"
target="_blank" rel="noreferrer">Outlook/iCal</a>