mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-13 23:18:44 -04:00
Fixed email login issue.
This patch undoes an overzealous reworking of the config. the arps login didn't move.
This commit is contained in:
parent
57d768e010
commit
94bad95e26
@ -333,7 +333,7 @@ def resend_email(count, fromcall):
|
||||
reply = "-" + from_addr + " * " + body.decode(errors="ignore")
|
||||
# messaging.send_message(fromcall, reply)
|
||||
msg = messaging.TextMessage(
|
||||
CONFIG["aprsd"]["email"]["aprs"]["login"],
|
||||
CONFIG["aprs"]["login"],
|
||||
fromcall,
|
||||
reply,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user