Skip to content

Add SMTP package #46

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add SMTP package #46

wants to merge 1 commit into from

Conversation

driaug
Copy link
Member

@driaug driaug commented Aug 10, 2024

This PR contains the first steps needed to implement an SMTP endpoint into Plunk.

It does include:

  • A new smtp package
  • All logic needed to take an SMTP request and pass it on to the API

It does not include:

  • Certificates or secure endpoints
  • Exposed ports etc

It can be used as a base for someone that has slightly more experience with this.

Discussion can be done in #12

@driaug driaug marked this pull request as draft August 10, 2024 13:01
@driaug driaug added the help wanted Extra attention is needed label Aug 10, 2024
@dentroai
Copy link

how did you implement the smtp endpoint on the hosted plunk version?

@dentroai
Copy link

would there be a disadvantage of creating AWS SMTP credentials of the same AWS SES setup and just bypassing plunk?

I guess plunk would record the emails if we via the plunk smtp right?

@driaug
Copy link
Member Author

driaug commented Nov 13, 2024

Exactly. The main issue is the certificate setup which is needed to create a secure SMTP endpoint.

Bypassing Plunk by going directly through AWS SES is possible but would mean that contacts would not be added to your Plunk project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants