mailvala
v2.0.1
Published
This is a email sending app that is used to send bulk emails at once.
Maintainers
Readme

Mailvala
This is an email management tool, used for sending bulk emails quickly.
Requirements
Below requirement must be fulfill in order to run the project successfully.
- Nodejs version requires ^18.16.0
- Database: MongoDB v6.0.0
- NPM
Installation
- Install the repository globally.
npm install -g mailvala- To run the library open the terminal and run below command.
mailvala- Open the shown URL in browser.
http://localhost:8000Change the environment settings
You can customize the application's configuration by modifying the .env file. Available configuration options include:
- Database connection settings
- Project PORT
- Application URL
Please follow below steps to update env file.
npm root -gAbove command will show the package installation path to you. Copy that path and add the package name on that path same like below example: In Windows :- C:\Users<username>\AppData\Roaming\npm\node_modules\mailvala In macOS/Linux :- /usr/local/lib/node_modules/email-shortcut/mailvala
cd toThePathIn Windows :-
notepad .envIn macOS/Linux :-
nano .envThen save the file & close the instance if you already running the project, then restart is by running bellow command.
mailvala