Question

Replace SMTP when your apps ONLY use SMTP for send out

SMTP no longer available. What is the alternative solutions to use API when your app ONLY use SMTP ? Can I create a internal service to intercept SMTP and convert to API mail call ?


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
October 21, 2022

Hi there,

What you could do is to use a managed SMTP service like SendGrid for example.

They offer a free plan that is sufficient for many use-cases.

https://marketplace.digitalocean.com/apps/sendgrid

Hope that this helps!

Best,

Bobby