From 86750892b5616beac8f0120367cb169e2b98ceb3 Mon Sep 17 00:00:00 2001 From: Braunson Yager Date: Fri, 6 Mar 2020 17:06:37 -0500 Subject: [PATCH] Fixed Postmark API env variable (#3444) As per #3443 --- docs/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure.rst b/docs/configure.rst index 6245cba638d6..3aedb33dc900 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -29,7 +29,7 @@ Include the following two setting in the .env file, the rest of the email settin .. code-block:: shell - POSTMARK_API_TICKET_TOKEN= + POSTMARK_API_TOKEN= MAIL_FROM_ADDRESS= In your Postmark account settings make sure ‘Open tracking’ is enabled and enter the following values under Settings > Outbound.