Can I make my project send e-mails?

I’m thinking of rolling my own forum software using glitch (and mlab.com for storing the posts). I’d like for visitors to be able to subscribe to posts using their e-mail address in case they get replies. Is sending e-mails easy to do from my server.js? Any recommendations on packages for that, if required?

I tried searching glitch for examples by others who tried to make e-mail bots or anything but I think the random project naming algorithm likes the words “mail” and “mailman” so the results seem to contain a lot of random projects instead :slight_smile:

1 Like

Here’s a little project of mine that sends email with Mailgun:

3 Likes