mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Closes #11195. We add a management command to allow us to send emails to the email mirror directly. The command doesn't require any configuring of email sending or receiving for the email mirror, it passes the emails directly using the process_message function.
9 lines
156 B
JSON
9 lines
156 B
JSON
[
|
|
{
|
|
"from": "hamlet@zulip.com",
|
|
"to": "foo@zulip.com",
|
|
"subject": "1.json",
|
|
"body": "Email fixture 1.json body"
|
|
}
|
|
]
|