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 ?
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!
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.
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