For context, I am using JavaScript in Visual Studio Code to send a request to smtpjs.com in order to send a newsletter to a specific email address.
I don't wish for the password to be exposed just by looking at a Javascript file, so I'm trying to hide it by using a token. The problem is that I don't know what to type in except for SMTP Password and SMTP Account.
Can someone help?