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.
You can use any provider of your choice for email and domain. As long as the email provider supports sending with SMTP.
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 app key and you should use that as password.
You will also need to change api_url at the top of config.js, so that confirmation links in your email use the correct url to your api.
Last updated