Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: E-Mail Configuration #199

Closed
liszca opened this issue Jul 7, 2021 · 2 comments
Closed

Question: E-Mail Configuration #199

liszca opened this issue Jul 7, 2021 · 2 comments
Labels

Comments

@liszca
Copy link

liszca commented Jul 7, 2021

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?

@lilioid
Copy link
Member

lilioid commented Jul 7, 2021

It depends on your setup.

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):

IT_EMAIL_HOST (required)
IT_EMAIL_PORT
IT_EMAIL_HOST_USER
IT_EMAIL_HOST_PASSWORD
IT_DEFAULT_FROM_EMAIL

@liszca liszca closed this as completed Jul 7, 2021
@liszca
Copy link
Author

liszca commented Jul 7, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants