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

user invitation and forgot password email not working #428

Open
devops-cybersapient opened this issue Oct 10, 2024 · 2 comments
Open

user invitation and forgot password email not working #428

devops-cybersapient opened this issue Oct 10, 2024 · 2 comments

Comments

@devops-cybersapient
Copy link

emails are not working for my optscale. I am using AWS SES which has a username and password. but in user_template.yml file i dont see username option. so i added username and tried .not working without username i tried not working. changed trying from ssl to tls ,that is also not working.

My current configuration looks like this
server: email-smtp.us-east-1.amazonaws.com
email: devops@test.io
port: 587
password: BCDAS1****************************pAiIz/mctIs7

Tried this also
server: email-smtp.us-east-1.amazonaws.com
email: devops@test.io
username: AKIALPP
port: 587
password: BCDAS1
*******************pAiIz/mctIs7

if anyone know how to configure this please help. Or ses is not compatible with optscale??

@SaurabhGupta168
Copy link

we getting below error while creating users. As per document port should be 465 but O365 accept only 587. Can some one help in this.

ERROR:herald.modules.email_sender.sender:Could not send mail using server your smtp server.com and port 587 with email youremailid@server.com Error [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1000)

@stanfra
Copy link
Contributor

stanfra commented Nov 15, 2024

Hi @devops-cybersapient, @SaurabhGupta168, we added sending email compatibility with AWS SES in latest release. You can update your cluster using 2024111501-public images and set smtp settings into etcd, or pull repo, update smtp settings in your user_template.yml and execute runkube with "-o user_template.yml" flag.

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

3 participants