diff --git a/zerver/management/commands/populate_db.py b/zerver/management/commands/populate_db.py index 7e2d1bcb4f..c7a00f01f4 100644 --- a/zerver/management/commands/populate_db.py +++ b/zerver/management/commands/populate_db.py @@ -196,6 +196,7 @@ class Command(BaseCommand): ("Zulip Error Bot", "error-bot@zulip.com"), ("Zulip Notification Bot", "notification-bot@zulip.com"), ("Zulip Tutorial Bot", "tutorial-bot@zulip.com"), + ("Zulip Email Gateway", "emailgateway@zulip.com"), ] create_users(realms, hardcoded_zulip_users_nosubs)