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

Help with email encryption #19

Closed
phamminhtris opened this issue Dec 2, 2019 · 1 comment
Closed

Help with email encryption #19

phamminhtris opened this issue Dec 2, 2019 · 1 comment

Comments

@phamminhtris
Copy link

Hi, sorry if this question is too trivial. I am trying to connect my indico instance to a gmail account (we don't host an email server). However, even if I set

SMTP_USE_TLS=True

The connection to email server still seem to be served over http (gmail complains and does not allow Indico to connect to the service). Any help is appreciated. Thanks

@ThiefMaster
Copy link
Member

ThiefMaster commented Dec 2, 2019

Gmail is not really suitable for this usecase (unless, maybe, you use google apps or whatever the enterprise version is called).

Also, Indico uses SMTP to connect to an email server - there is absolutely no HTTP involved. If you enable SMTP_USE_TLS, then STARTTLS will be used to switch to an encrypted connection.

PS: Not sure how this is related to indico-containers. Questions about configuring indico should be asked in our forum instead: https://talk.getindico.io/

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

2 participants