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

[Question] Sending email directly to the recipient without a MTA (sendmail, postfix) and without third-party services #1593

Open
collimarco opened this issue Nov 27, 2023 · 0 comments

Comments

@collimarco
Copy link

Hello,

I am doing some research online and I can't find any pure Ruby implementation that attempts to deliver the email directly to the recipient. Every gem that I find tries to deliver the email to a MTA (sendmail, postfix) or to a third-party service (Sendgrid, Mailgun, AWS SES, etc.).

I understand the problem with retries, but that could be easily implemented with Sidekiq if we had a gem that attempts to deliver the emails directly.

Also we can implement the DKIM signature etc. in pure Ruby, without an external MTA.

So the question is: can you use this gem to deliver directly to the recipient (without a MTA and without third-party services)?

Have you ever tried that?

Otherwise, what is the missing point? What prevents us from doing that?

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

No branches or pull requests

1 participant