From 7c1b886c3d23ae21e4a01b6199c2855cc1b8f4ba Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 9 Dec 2024 13:13:30 -0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 47ff6a6..d83c384 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,20 @@ SentryHoldoff = 2 # channel to send a message to when the watchdog is triggered sentryIgnoreList = # list of ignored nodes numbers ex: 2813308004,4258675309 ``` +### E-Mail / SMS Settings +To enable connectivity with SMTP/IMAP. + +```ini +[smtp] +# enable or disable the SMTP module, minimum required for outbound notifications +enableSMTP = True # enable or disable the IMAP module for inbound email, not implimented yet +enableImap = False # list of Sysop Emails seperate with commas, used only in emergemcy responder currently +sysopEmails = +# See config.template for all the SMTP settings +SMTP_SERVER = smtp.gmail.com +EMAIL_SUBJECT = Meshtastic✉️ +``` + ### Emergency Response Handler Traps the following ("emergency", "911", "112", "999", "police", "fire", "ambulance", "rescue") keywords. Responds to the user, and calls attention to the text message in logs and via another network or channel.