You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[email protected] is OK and mails are working this time. second is failing via SendGrid
After I'm registering a realm I'm receiving welcome message from [email protected] but any further invites creating leads to errors in logs from wrong From: and no valid mails sending
So question is: is there a way to leave only one functional From: address? Maybe there is some hidden hack using manage.py?
The text was updated successfully, but these errors were encountered:
ah, its so nice
I've answered by myself
adding
SETTING_ADD_TOKENS_TO_NOREPLY_ADDRESS: "False"
making default noreply address apply to all mails it seems. Thanks, can be closed now ;)
Hello. I'm trying to set up current Zulip with docker-zulip:latest image and docker-compose sample
I have unexplained for me behavior of email sending
I've added this section in environment for Zulip
.env have proper values for variables
After first run send_test_email shows me
Sending 2 test emails from:
[email protected] is OK and mails are working this time. second is failing via SendGrid
After I'm registering a realm I'm receiving welcome message from [email protected] but any further invites creating leads to errors in logs from wrong From: and no valid mails sending
So question is: is there a way to leave only one functional From: address? Maybe there is some hidden hack using manage.py?
The text was updated successfully, but these errors were encountered: