diff --git a/app/templates/partials/templates/guidance-send-files-by-email.html b/app/templates/partials/templates/guidance-send-files-by-email.html index 89de814e43..fef1ab3f4d 100644 --- a/app/templates/partials/templates/guidance-send-files-by-email.html +++ b/app/templates/partials/templates/guidance-send-files-by-email.html @@ -2,9 +2,8 @@
- Use double brackets to add a placeholder field to your template. This will contain a secure link to download the file. -
-Download your file at: ((link_to_file))
-
+ Upload a file, then send your recipients a link to download it.
+
+Select ‘Attach files’ when you edit a template and follow the instructions.
+If you use the Notify API to send emails, follow the ‘Send a file by email’ instructions in the API documentation.
-Next, use the API to upload your file. Follow the instructions to send a file by email in the API documentation. diff --git a/app/templates/views/guidance/using-notify/send-files-by-email.html b/app/templates/views/guidance/using-notify/send-files-by-email.html index c86a6a446b..36ce694fdc 100644 --- a/app/templates/views/guidance/using-notify/send-files-by-email.html +++ b/app/templates/views/guidance/using-notify/send-files-by-email.html @@ -1,4 +1,5 @@ {% extends "content_template.html" %} +{% from "components/service-link.html" import service_link %} {# Used by the content_template.html layout, prefixes the "navigation" accessible name #} {% set navigation_label_prefix = 'Using Notify' %} @@ -13,29 +14,29 @@Notify offers a safe and reliable way to send files by email.
-Upload a file using our API, then send users an email with a link to download it.
+Upload a file, then send users an email with a link to download it.
+Notify uses encrypted links instead of email attachments because:
-Notify uses encrypted links instead of email attachments because:
+When the recipient clicks the link in the email, they will need to enter their email address. Only someone who knows the recipient’s email address can download the file. This security feature is optional.
-You can also choose the length of time that a file is available to download. When deciding this, you should consider:
+To send a file by email:
+For security, choose how long the file is available for and ask recipients to confirm their email address before they can download it.
-This is currently an API-only feature. You’ll need a developer on your team to set it up for you.
+- To send a file by email, follow the instructions in our - API documentation. -
+ Follow the instructions in our + API documentation. +You’ll need a developer on your team to set it up for you.
+ {% endblock %}