An easy and simple mailer API to integrate with web applications' contact us/me forms. The endpoints are described in the endpoints.md
- Python 3 (Python3.9+) installed
-
clone the repository,
git clone ... -
enter the project directory,
cd SimpleMailMe -
clone the submodules,
git submodule update --init --recursive -
create a virtual environment,
python -m venv venv -
initialize the virtual environment,
source venv/bin/activate -
install required packages,
python -m pip install -r requirements.txt
- run
python generate_config.pyto generate the configuration file - update the configuration file,
config.json
- run
python main.pyto start the development server