mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-25 12:55:54 +03:00
[GH-ISSUE #122] empty body #30
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtprelay#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ryanburnette on GitHub (Jun 22, 2023).
Original GitHub issue: https://github.com/decke/smtprelay/issues/122
I have a use case where an older copy machine sends its scans via smtp and I am using smtprelay for that purpose. My email delivery API doesn't accept an empty body, which the copy machine tries to send, so I have a fork that adds the body. I am also adding some headers to prevent the messages from threading even though they have the same subject.
I was wondering if features like default body or append to body, or default subject or append to subject would be useful to anyone else or valuable in a PR.
@decke commented on GitHub (Jul 21, 2023):
Can you show me some code for this? If it's not too intrusive I think it can be useful also in other cases.