mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
send_custom_email: Support specifying sender email address.
This commit is contained in:
@@ -85,6 +85,10 @@ class Command(ZulipBaseCommand):
|
||||
"--from-name",
|
||||
help="From line for the email. It can be declared in Markdown file in headers",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--from-address",
|
||||
help="From email address",
|
||||
)
|
||||
parser.add_argument("--reply-to", help="Optional reply-to line for the email")
|
||||
|
||||
parser.add_argument(
|
||||
|
Reference in New Issue
Block a user