How can I setup and configure the Email service in NSS ? (for emailtemplates in /var/www/sitename/config/templates/emails/
)
These are the steps I took so far:
- set support email in
config.json
on true with xyz@gmail.com - allow less secure apps in gmail account
- unlock gmail account with allow access to your account to use SMTP via https://accounts.google.com/DisplayUnlockCaptcha like stated in GitHub - solid/node-solid-server: Solid server on top of the file-system in NodeJS
then I tried to test (click forgot passwd) ,… said no email service set up.
I guess somewhere in NSS I must at least set the password of the gmail account …? how do I unlock gmail account completely and configure NSS ? (should be done with nodemailer)