Is there a native email service in Realm or Atlas?

I am looking to do something pretty simple: once monthly, send an email with data from one of my collections in Atlas. Is there anything in Realm or Atlas with this functionality? I’m hoping to avoid using a third party service (such as AWS SES, since it’s not on my organization’s allowed list). If this service isn’t available in Realm or Atlas, what is the most common infrastructure for accomplishing this?

Thank you!

Hi @Thomas_Tenner,

Welcome to MongoDB community!

Unfortunately the most common and easy way to do this is via AWS service integration with SES:

Stitch was rebranded to Realm.

Other options is to find another rest api service and use the http moduels to send it.

Additional option is to create this data as a referhed chart and send it out with a link or embedded in emails:

Best
Pavel