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
In our setup we have configured the following two environment variables:
IT_EMAIL_HOST=<hostname of mailserver>
IT_DEFAULT_FROM_EMAIL=<an email address>
For us, this is enough because the email server allows unauthenticated mails to be sent from trusted hosts and imagetagger is running on one such trusted host.
Generally the following environment variables are available (defined in settings.py):
What is to be configured for mails beeing sent?
Is it enough to configure an email account with postfix, which could be a gmail account?
The text was updated successfully, but these errors were encountered: