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

Email settings in variables.env #46

Open
zeigerpuppy opened this issue Dec 15, 2020 · 5 comments
Open

Email settings in variables.env #46

zeigerpuppy opened this issue Dec 15, 2020 · 5 comments

Comments

@zeigerpuppy
Copy link

Having example email variables shown in the variables.env file would make configuration a bit easier for users not familiar with the taiga variables required.

## email details (SMTP example)
#DEFAULT_FROM_EMAIL = 'taiga-mailer@example.net'
#CHANGE_NOTIFICATIONS_MIN_INTERVAL = 30 #seconds
#EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
#EMAIL_USE_TLS = True
#EMAIL_USE_SSL = False
#EMAIL_HOST = 'smtp.example.net'
#EMAIL_PORT = 587
#EMAIL_HOST_USER = 'authorised_user@example.net'
#EMAIL_HOST_PASSWORD = 'PASSWORD'
@benhbenny
Copy link

+1 👍

@iman4000
Copy link

iman4000 commented Apr 3, 2021

i want to invite others to project but emails don't send to them. is this make it ok?

@Alex-philip5
Copy link

We also facing email configuring issue, Please help out for the following query

@joimaradoni
Copy link

joimaradoni commented May 21, 2024

Having example email variables shown in the variables.env file would make configuration a bit easier for users not familiar with the taiga variables required.

## email details (SMTP example)
#DEFAULT_FROM_EMAIL = 'taiga-mailer@example.net'
#CHANGE_NOTIFICATIONS_MIN_INTERVAL = 30 #seconds
#EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
#EMAIL_USE_TLS = True
#EMAIL_USE_SSL = False
#EMAIL_HOST = 'smtp.example.net'
#EMAIL_PORT = 587
#EMAIL_HOST_USER = 'authorised_user@example.net'
#EMAIL_HOST_PASSWORD = 'PASSWORD'

i have added to variable.env for email setting, this is what i have added

email details (SMTP example)

DEFAULT_FROM_EMAIL='beta-no-reply@blablablaco.id'
CHANGE_NOTIFICATIONS_MIN_INTERVAL=60 #seconds
EMAIL_BACKEND='smtp'
EMAIL_USE_TLS=True
EMAIL_USE_SSL=False
EMAIL_HOST='smtp.blablabla.co.id'
EMAIL_PORT=587
EMAIL_HOST_USER='beta-no-reply@blablabla.co.id'
EMAIL_HOST_PASSWORD='B3ta-N0reply*#asdawer’

but the new member that i have invited not receive the email, did you have any solution for email?
or what i missed in variable.env email above?

@ilyazheprog
Copy link

Having example email variables shown in the variables.env file would make configuration a bit easier for users not familiar with the taiga variables required.

## email details (SMTP example)
#DEFAULT_FROM_EMAIL = 'taiga-mailer@example.net'
#CHANGE_NOTIFICATIONS_MIN_INTERVAL = 30 #seconds
#EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
#EMAIL_USE_TLS = True
#EMAIL_USE_SSL = False
#EMAIL_HOST = 'smtp.example.net'
#EMAIL_PORT = 587
#EMAIL_HOST_USER = 'authorised_user@example.net'
#EMAIL_HOST_PASSWORD = 'PASSWORD'

i have added to variable.env for email setting, this is what i have added

email details (SMTP example)

DEFAULT_FROM_EMAIL='beta-no-reply@blablablaco.id' CHANGE_NOTIFICATIONS_MIN_INTERVAL=60 #seconds EMAIL_BACKEND='smtp' EMAIL_USE_TLS=True EMAIL_USE_SSL=False EMAIL_HOST='smtp.blablabla.co.id' EMAIL_PORT=587 EMAIL_HOST_USER='beta-no-reply@blablabla.co.id' EMAIL_HOST_PASSWORD='B3ta-N0reply*#asdawer’

but the new member that i have invited not receive the email, did you have any solution for email? or what i missed in variable.env email above?

I have the same problem.

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

No branches or pull requests

6 participants