# Packages
No description provided by the author
# README
π Postar
Postar is an easy-to-use and low-coupling email service, which can provide email functions for your applications.
π₯ Features
- Plain and HTML form email supports
- Multi spaces supports, accounts and templates configuration supports
- Support http/grpc protocol
- Gracefully shutdown with signal mechanism
Check HISTORY.md and FUTURE.md to know about more information.
π Installation
- Use binary (recommend)
We provide built binaries, go check on η δΊ or GitHub and download.
- Use source code
Execute make build
in the root of source code will generate target directory, which contains all binary files.
Notice 1: Default config file are postar.toml and postar_admin.toml, default log files are stored in log
.
Notice 2: Postar needs mysql to store some configurations about email, so you should create tables in postar.sql which will record all changes.
Notice 3: How to use client in Gitee or GitHub.
π₯ Contributing
If you find that something is not working as expected please open an issue.