diff --git a/aprsd/email.py b/aprsd/email.py index 6a25e9a..a498951 100644 --- a/aprsd/email.py +++ b/aprsd/email.py @@ -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, )