diff --git a/source/API_Reference/SMTP_API/scheduling_parameters.md b/source/API_Reference/SMTP_API/scheduling_parameters.md index aed297d69f..5d9ccea0c3 100644 --- a/source/API_Reference/SMTP_API/scheduling_parameters.md +++ b/source/API_Reference/SMTP_API/scheduling_parameters.md @@ -6,11 +6,11 @@ navigation: show: true --- -With scheduling you can send large volumes of email in queued batches or target individual recipients by specifying custom UNIX timestamp parameter. -Using the parameters defined below, you can queue batches of emails targeting individual recipients. +With scheduling you can send large volumes of email in queued batches or target individual recipients by specifying custom UNIX timestamp parameter. +Using the parameters defined below, you can queue batches of emails targeting individual recipients. -This parameter allows SendGrid to begin processing a customer’s email requests before sending. SendGrid will then queue those messages and release -them when the timestamp is exceeded. This technique allows for a more efficient way to distribute large email requests and can **improve overall mail delivery time** +This parameter allows SendGrid to begin processing a customer’s email requests before sending. SendGrid will then queue those messages and release +them when the timestamp is exceeded. This technique allows for a more efficient way to distribute large email requests and can **improve overall mail delivery time** performance. This functionality: * Improves efficiency of processing and distributing large volumes of email. @@ -29,8 +29,8 @@ Using both `send_at` and `send_each_at` is not valid and will cause your request {% anchor h2 %} Send At -{% endanchor %} - +{% endanchor %} + To schedule a send request for a large batch of emails use the `send_at` parameter which will send all emails at approximately the same time. `send_at` is a [UNIX timestamp](https://en.wikipedia.org/wiki/Unix_time).