Skip to content

Add reply_to parameter to Message#193

Merged
lavr merged 1 commit intomasterfrom
fix/issue-115-reply-to
Mar 31, 2026
Merged

Add reply_to parameter to Message#193
lavr merged 1 commit intomasterfrom
fix/issue-115-reply-to

Conversation

@lavr
Copy link
Copy Markdown
Owner

@lavr lavr commented Mar 31, 2026

Summary

  • Add reply_to parameter to Message constructor, consistent with cc and bcc
  • Support single address, (name, email) tuple, or list of addresses
  • Add reply_to property with getter/setter
  • Add tests

Closes #115

@lavr lavr force-pushed the fix/issue-115-reply-to branch from 4dc57a6 to ef78681 Compare March 31, 2026 16:21
Support reply_to in the same way as cc/bcc: as a constructor
parameter, a property, and a setter. Accepts a single address,
a (name, email) tuple, or a list of addresses.

The Reply-To header is rendered in the built message alongside
To and Cc.

Closes #115
@lavr lavr force-pushed the fix/issue-115-reply-to branch from ef78681 to 2567997 Compare March 31, 2026 16:22
@lavr lavr merged commit 9139cda into master Mar 31, 2026
7 checks passed
@lavr lavr deleted the fix/issue-115-reply-to branch April 2, 2026 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide a convenient way to set Reply-To

1 participant