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 SMTP sender #1

Merged
merged 7 commits into from
Feb 19, 2022
Merged

Feature SMTP sender #1

merged 7 commits into from
Feb 19, 2022

Conversation

paganotoni
Copy link
Member

@paganotoni paganotoni commented Feb 19, 2022

This PR adds the foundations for the SMTP sender, adding it should reduce the implementation friction to use Maildoor making things a lot more easier.

While on it I came across a couple of interesting libraries to test email sending through SMTP, however given Maildoor wants to use the less dependencies as possible decided to just mock the SMTP server to avoid the dependency. Most of the code for mocking the SMTP server comes from the Go standard library and may be a hint to create a SMTP testing library.

@paganotoni paganotoni merged commit e351cef into main Feb 19, 2022
@paganotoni paganotoni deleted the feature-SMTP-sender branch February 19, 2022 16:54
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

Successfully merging this pull request may close these issues.

1 participant