From f23a8cc7d7f4b55e317b2302c5c4517611a18fbe Mon Sep 17 00:00:00 2001 From: TVanteeffelen Date: Thu, 7 May 2026 09:41:49 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 170e357..7519491 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # MerakiApiUtilities +.ENV file required to run both scripts. + +ENV Variables: + +API_KEY = Your Meraki API key to access your Meraki networks. +SMTP_SERVER = Your outgoing SMTP mail server. +SMTP_PORT = Your outgoing SMTP mail port. +SMTP_EMAIL = Your outgoing SMTP email address. +SMTP_PASS = Your outgoing SMTP email password. \ No newline at end of file