From 20342fb58c002ca04a40e1f1b121ea88a7598922 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 8 Dec 2024 14:39:50 -0800 Subject: [PATCH] Update smtp.py --- modules/smtp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/smtp.py b/modules/smtp.py index d86bce5..d4e3fb6 100644 --- a/modules/smtp.py +++ b/modules/smtp.py @@ -1,5 +1,6 @@ # SMTP module for the meshing-around bot # 2024 Idea and code bits from https://github.com/tremmert81 +# https://avtech.com/articles/138/list-of-email-to-sms-addresses/ # 2024 Kelly Keeton K7MHI from modules.log import *