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

[FEATURE] Add support for SMTP email server #5156

Open
2 tasks done
yerikvaliyev opened this issue Jun 28, 2024 · 0 comments
Open
2 tasks done

[FEATURE] Add support for SMTP email server #5156

yerikvaliyev opened this issue Jun 28, 2024 · 0 comments
Labels
C-feature Category: Feature request or enhancement S-awaiting-triage Status: New issues that have not been assessed yet

Comments

@yerikvaliyev
Copy link

Feature Description

Add support for sending emails with a custom SMTP server. (Currently only AWS SES is supported)

Possible Implementation

Could be implemented using lettre crate.
Steps to implement:

  • Create the email building and sending logic
  • Impl the EmailClient trait
  • Add a new arm to the match statement in create_email_client() function

Have you spent some time checking if this feature request has been raised before?

  • I checked and didn't find a similar issue

Have you read the Contributing Guidelines?

Are you willing to submit a PR?

Yes, I am willing to submit a PR!

@yerikvaliyev yerikvaliyev added C-feature Category: Feature request or enhancement S-awaiting-triage Status: New issues that have not been assessed yet labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: Feature request or enhancement S-awaiting-triage Status: New issues that have not been assessed yet
Projects
None yet
Development

No branches or pull requests

1 participant