Jump to content

Email delivery functionality in your application


AryaD

Recommended Posts

How you guys handle email delivery functionality in your application or  microservices to send large volume of emails to recipients . Did you built in house email delivery using internal SMTP server or did you subscribe to Saas based email delivery services . Throw  some light on this topic .

Link to comment
Share on other sites

2 hours ago, AryaD said:

How you guys handle email delivery functionality in your application or  microservices to send large volume of emails to recipients . Did you built in house email delivery using internal SMTP server or did you subscribe to Saas based email delivery services . Throw  some light on this topic .

is your applications on cloud?

Link to comment
Share on other sites

2 hours ago, Amrita said:

checkout sendgrid. We are using this in our applications. Add maven dependency and use the API. It comes with personalization's, attachments blah blah. EMail account okkati you should validate. Very simple to implement.

 

https://sendgrid.com/

I am leaning towards AWS SNS. Will explore sendgrid too. thanks.

Link to comment
Share on other sites

13 minutes ago, AryaD said:

I am leaning towards AWS SNS. Will explore sendgrid too. thanks.

Check AWS SMS too.. you may need to work with support to enable from email id on this service..

or mailgun is other bulk email provider

Link to comment
Share on other sites

2 hours ago, Amrita said:

checkout sendgrid. We are using this in our applications. Add maven dependency and use the API. It comes with personalization's, attachments blah blah. EMail account okkati you should validate. Very simple to implement.

 

https://sendgrid.com/

Azure lo aite sendgrid ee use chestunnam. Before, our own SMTP Server.

Link to comment
Share on other sites

54 minutes ago, kfrockz said:

Azure lo aite sendgrid ee use chestunnam. Before, our own SMTP Server.

We use it in GCP . Works for all cloud platforms . On premise memu kuda SMTP aey use vallam.

Link to comment
Share on other sites

  • 3 years later...

We faced the same challenge a while back, and initially, we thought about building our own email delivery system using an internal SMTP server. But after a couple of issues with scalability and deliverability, we decided to switch to a SaaS-based email service. The convenience and built-in features, like handling bounces and spam complaints, made it much easier for us to manage. We also used https://bulkemailchecker.com/ to clean up our email lists before sending, which really helped reduce bounces and improve our deliverability. It’s been working well for us ever since we made the switch.

Link to comment
Share on other sites

On 8/6/2021 at 1:58 AM, AryaD said:

How you guys handle email delivery functionality in your application or  microservices to send large volume of emails to recipients . Did you built in house email delivery using internal SMTP server or did you subscribe to Saas based email delivery services . Throw  some light on this topic .

Go for Cloud based solution if your application is already in cloud... 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...