Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use MIME-formatted email for both delivery modes #60

Merged
merged 1 commit into from
Aug 4, 2020
Merged

Use MIME-formatted email for both delivery modes #60

merged 1 commit into from
Aug 4, 2020

Conversation

kpfleming
Copy link
Contributor

To provide consistency of configuration and output, use MIME-formatted
email for both command-based and SMTP-based delivery modes. This requires
a delivery command which can accept a fully-formatted message as input
(the usual 'mail' and 'sendmail' commands can be used in this way).

README.md Show resolved Hide resolved
@kpfleming kpfleming marked this pull request as ready for review July 30, 2020 22:37
Copy link
Owner

@twaugh twaugh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
To provide consistency of configuration and output, use MIME-formatted
email for both command-based and SMTP-based delivery modes. This requires
a delivery command which can accept a fully-formatted message as input
(the usual 'mail' and 'sendmail' commands can be used in this way).

Backwards compatibility for existing configurations is preserved; non-MIME
delivery via commands is still supported, but not documented.

Signed-off-by: Kevin P. Fleming <kevin@km6g.us>
@kpfleming
Copy link
Contributor Author

This PR addresses the last item on my TODO list :-)

@twaugh twaugh merged commit 4d77470 into twaugh:master Aug 4, 2020
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.

2 participants