Update smtp.py

This commit is contained in:
Namhyeon Go 2024-03-01 00:49:39 +09:00 committed by GitHub
parent 03649d8e53
commit 11aa65e53d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ class CaterpillarSMTPServer(SMTPServer):
to = v
# build a data
_, raw_data = jsonrpc2_encode({
_, raw_data = jsonrpc2_encode("relay_sendmail", {
"to": to,
"from": mailfrom,
"subject": subject,