Skip to content

Commit 9ab5599

Browse files
committed
remove too long line
1 parent fb69d55 commit 9ab5599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apprise/plugins/email/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ def prepare_emails(
10271027
# Strip target out of bcc list if in To
10281028
_bcc = bcc - {to_addr}
10291029

1030-
# Strip target out of reply_to list if in To (no need to Reply-To the recipient)
1030+
# Strip target out of reply_to list if in To
10311031
_reply_to = reply_to - {to_addr}
10321032

10331033
# Format our cc addresses to support the Name field

0 commit comments

Comments
 (0)