mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-11 08:54:45 +02:00
Update smtp.py
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ IMAP_PASSWORD = SMTP_PASSWORD # IMAP password usually same as SMTP
|
||||
IMAP_FOLDER = "inbox" # IMAP folder to monitor for new messages
|
||||
|
||||
# System variables // Do not edit
|
||||
trap_list_smtp = ("email:", "setmail:", "sms:", "smsset:", "smsclear:")
|
||||
trap_list_smtp = ("email:", "setemail:", "sms:", "setsms:", "clearsms:")
|
||||
smtpThrottle = {}
|
||||
|
||||
if enableImap:
|
||||
|
||||
Reference in New Issue
Block a user