Enable Email Sending
The NodeJS api is able to send emails, but you will need to configure your SMTP settings.
First you will need to own a domain and an email that has SMTP access. Your email provider will mention the host, port and password you should use to send email with SMTP.
Personally I like to use Google Domains to purchase my domains and Mailgun for sending emails (it's free for 1000 emails per month with Pay as You Go plan). But you can use any similar provider of your choice.
Open config.js and set all smtp related values:
The password is usually not the password you use to login to the email provider dashboard. Most of the time there will be a section to generate an API key and you should use that as password.
Last updated