filmov
tv
Email + SMS gateway in NodeJS using HTTP webhooks (Ngrok and MailSlurp)

Показать описание
How to receive emails and txt messages in Javascript apps by creating an SMS and email gateway. We will generate a throwaway email address in MailSlurp and attach a webhook trigger for new emails. This will post email events to our Express server and we can use the npm mailslurp-client to fetch the email body and print it to the command line.