nodejs mailer without username and password code example
Example 1: git bash set global username and password
$ git config --list --show-origin
Example 2: git clone with username and password
git clone https://[email protected]/username/repository.git