0.0.2 • Published 3 years ago
@franklyhelp/contact-investors v0.0.2
- Download nodejs and install it;
- Install module globally with
npm:
npm i @franklyhelp/contact-investors -gPlace secrets.json file in project root;
Add
emailentry insecrets.json, password is generated here:
{
"openai": {
...
},
"google": {
...
},
"email": {
"sender": "<your_frankly_email_here>",
"password": "<your_app_password_here>"
}
}- Run
contact-investorscommand to start generating and sending emails;