About | API | How to Execute? | License
The Mailer is a service used only to send e-mail messages to people, it's focused to the business. We recommend that you use your app passwords that it's available from Google. You can create an app password clicked here.
There are Mailer's endpoint. All endpoint starts with slug /api
.
/send
- Endpoint to send e-mail message.
- Make a clone of repository:
$ git clone https://github.com/DanielAraldi/mailer.git
- Added environment variables:
Create a new file on root path called .env
. Using the .env.example
file as model and added the variables that exist it for your .env
file.
- Executing the application:
$ npm i # or yarn install to install all dependencies.
$ npm run build # or yarn build to create dist folder with `.js` files that will be used in production.
$ npm run up # or yarn up to run database in the docker. To stop the database run the `npm run stop` command.
$ npm run start # or yarn start to run application.
This e-mail service went development by Daniel Sansão Araldi and Rafael Mota Alves. We use the MIT license.