Skip to content

DarknessMonarch/maili

Repository files navigation

Maili Server

Send many emails with one touch.

Table of Contents

Features

  • less time to send emails means more time to lazy.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • coffee and some anime , jjk will do

Installation

  1. Clone the repository:

    git clone https://github.com/zero-stealth/maili.git
  2. Change into the project directory:

    cd maili
  3. Install dependencies:

    npm install

Configuration

  1. Create a .env file in the project root and add the following environment variables:

    VITE_SERVER_HOST= api_url

    Replace VITE_SERVER_HOST with api credentials.

  2. Save the file.

Usage

To start the server, run:

npm run dev