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

enhancement request: SMTP needs to support SSL #10738

Open
1 task done
vt-rcheng opened this issue Apr 27, 2024 · 0 comments
Open
1 task done

enhancement request: SMTP needs to support SSL #10738

vt-rcheng opened this issue Apr 27, 2024 · 0 comments
Labels
aws:cognito Amazon Cognito status: backlog Triaged but not yet being worked on type: feature New feature, or improvement to an existing feature

Comments

@vt-rcheng
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Enhancement description

this is reopening of #9186

I am testing out localstack Cognito, and wanted to use its SMTP ability to send out email. I have configured the ENV to do so.

      - SMTP_HOST=smtp.exmail.qq.com:465
      - SMTP_USER=noreply@xxxx.xxx
      - SMTP_PASS=<smtp_password>
      - SMTP_EMAIL=noreply@xxxx.xxx

But when I register new user, Cognito did not send out email, but gave me error

docker-compose-cloud-container-localstack-1 | 2023-09-20T06:33:54.506 DEBUG --- [-functhread3] localstack.http.asgi : Error while writing responses: Connection closed (client_info: 172.30.0.1:56948)

using smtplib I noticed that I couldn't connect with SMTP but can connect with SMTP_SSL
Please add support for this. I doubt people use SMTP without SSL much these days

🧑‍💻 Implementation

No response

Anything else?

No response

@vt-rcheng vt-rcheng added status: triage needed Requires evaluation by maintainers type: enhancement labels Apr 27, 2024
@alexrashed alexrashed added type: feature New feature, or improvement to an existing feature and removed type: enhancement labels Apr 29, 2024
@MarcelStranak MarcelStranak added aws:cognito Amazon Cognito status: backlog Triaged but not yet being worked on and removed status: triage needed Requires evaluation by maintainers labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws:cognito Amazon Cognito status: backlog Triaged but not yet being worked on type: feature New feature, or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

3 participants