コミュニティアチーブメントバーを展開する。

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

Email Service

Avatar

Level 2

As part of our project firefly application we want to send out an email to the users, is there any email service available or we should rely on services like SES in AWS and Sendgrid to send an email?

 

Please advice!

 

TIA!

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

2 返信

Avatar

Employee

@kishoreindraganti - the backend of your Firefly app is a set of serverless actions on I/O Runtime. You can write any nodejs code there.

However, we don't provide email service. You could use Adobe Campaign for marketing email delivery, or a third party email service (e.g. called from your Runtime actions using REST APIs)

Avatar

Employee

@kishoreindraganti 

You could try these options, can vouch for Nodemailer. EmailJS looks good too. 

https://nodemailer.com/about/

https://github.com/eleith/emailjs#readme