From fb1a21d77d2538ac971eb10ebb145b3743c8e1d9 Mon Sep 17 00:00:00 2001 From: Seb <70687089+seb36273@users.noreply.github.com> Date: Sun, 15 May 2022 18:03:12 +0200 Subject: [PATCH] Update app.yaml.sample --- app.yaml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.yaml.sample b/app.yaml.sample index 3c5533a..3b73b88 100644 --- a/app.yaml.sample +++ b/app.yaml.sample @@ -12,7 +12,7 @@ env_variables: TEMPLATE_DEMO_REQUEST_REPLY: templates/template_reply_demo_request.html TEMPLATE_CONTACT_REQUEST_REPLY: templates/template_reply_contact_request.html SMTP_SERVER_ADDR: "smtp.mailgun.org:587" - SMTP_VERITY_CERT: true + SMTP_SKIP_VERIFY_CERT: false SMTP_AUTHENTICATION_ENABLED: true SMTP_CLIENT_USERNAME: "postmaster@example.com" SMTP_CLIENT_PASSWORD: "postmasterSecretPassWord"