From d97c81fbe33748e8fedb64e0fc90f26ceffa86aa Mon Sep 17 00:00:00 2001 From: Owain Cuvelier Date: Wed, 24 Jul 2024 12:41:53 +0100 Subject: [PATCH 1/2] add note about attachment size --- docs/email-delivery.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/email-delivery.md b/docs/email-delivery.md index b39be8c1..11135ca0 100644 --- a/docs/email-delivery.md +++ b/docs/email-delivery.md @@ -53,6 +53,8 @@ Email logs are [available within the Altis Dashboard](./dashboard/logs.md) conta ## Acceptable Usage +Maximum attachment size is 10mb. + Altis can send transactional email (e.g. signup requests, ecommerce receipts, automated alerts) or marketing email (e.g. newsletters). Altis email systems can handle large volumes of email as necessary, and prior authorisation is not necessary for these uses. Sending unsoliticed email (spam) is not permitted and may lead to account termination. @@ -97,4 +99,4 @@ The AWS SES integration can be switched off if you intend to use an alternative } } } -``` \ No newline at end of file +``` From 800904600ac23836b80dfa74972dd6fbdc537a9e Mon Sep 17 00:00:00 2001 From: Owain Cuvelier Date: Wed, 24 Jul 2024 16:14:33 +0100 Subject: [PATCH 2/2] Update docs/email-delivery.md Co-authored-by: Mike Little --- docs/email-delivery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/email-delivery.md b/docs/email-delivery.md index 11135ca0..72de64b8 100644 --- a/docs/email-delivery.md +++ b/docs/email-delivery.md @@ -53,7 +53,7 @@ Email logs are [available within the Altis Dashboard](./dashboard/logs.md) conta ## Acceptable Usage -Maximum attachment size is 10mb. +The maximum attachment size is 10MB. Altis can send transactional email (e.g. signup requests, ecommerce receipts, automated alerts) or marketing email (e.g. newsletters). Altis email systems can handle large volumes of email as necessary, and prior authorisation is not necessary for these uses.