How can i send emails without a server ? Only front-end Javascript with sendgrid or

前端 未结 6 1818
粉色の甜心
粉色の甜心 2021-02-05 12:05

i was wondering lately how i could send emails with only a front-end language like Javascript through Email as a Service apps like sendgrid or mandrill or so.

Sendgrid a

6条回答
  •  情歌与酒
    2021-02-05 13:00

    You could use a serverless architecture with AWS Lambda functions written in JavaScript.

提交回复
热议问题