We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
maddy should be able to forward messages to an arbitrary HTTP endpoint.
deliver_to http { tls_client { ... } header Authorization "Bearer ..." format rfc822/headers/json/form field "body" "{{ header }}" # ??? }
message/rfc822
message/rfc822-headers
application/json
application/x-www-form-urlencoded
The text was updated successfully, but these errors were encountered:
Blocked by the need to have a general-purpose templating functionality in configuration to produce JSON values from message/configuration.
Sorry, something went wrong.
No branches or pull requests
maddy should be able to forward messages to an arbitrary HTTP endpoint.
Possible operation modes
message/rfc822 body
message/rfc822
.message/rfc822-headers
message/rfc822-headers
JSON
application/json
.form-encoded
application/x-www-form-urlencoded
The text was updated successfully, but these errors were encountered: