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

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