mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-01 13:12:26 -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")
|
reply = "-" + from_addr + " * " + body.decode(errors="ignore")
|
||||||
# messaging.send_message(fromcall, reply)
|
# messaging.send_message(fromcall, reply)
|
||||||
msg = messaging.TextMessage(
|
msg = messaging.TextMessage(
|
||||||
CONFIG["aprsd"]["email"]["aprs"]["login"],
|
CONFIG["aprs"]["login"],
|
||||||
fromcall,
|
fromcall,
|
||||||
reply,
|
reply,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user