You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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??
The text was updated successfully, but these errors were encountered:
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)
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.
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??
The text was updated successfully, but these errors were encountered: