Open zeigerpuppy opened 3 years ago
+1 đź‘Ť
i want to invite others to project but emails don't send to them. is this make it ok?
We also facing email configuring issue, Please help out for the following query
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
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?
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.
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.