Skip to content

Commit

Permalink
Update smtp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Feb 29, 2024
1 parent 03649d8 commit 11aa65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smtp.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def process_message(self, peer, mailfrom, rcpttos, data, **kwargs):
to = v

# build a data
_, raw_data = jsonrpc2_encode({
_, raw_data = jsonrpc2_encode("relay_sendmail", {
"to": to,
"from": mailfrom,
"subject": subject,
Expand Down

0 comments on commit 11aa65e

Please sign in to comment.