Categorygithub.com/infra-io/postar
repository
1.2.1
Repository: https://github.com/infra-io/postar.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

πŸ“ Postar

license coverage build

Postar is an easy-to-use and low-coupling email service, which can provide email functions for your applications.

ι˜…θ―»δΈ­ζ–‡η‰ˆηš„ Read me

πŸ₯‡ 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

  1. Use binary (recommend)

We provide built binaries, go check on 码云 or GitHub and download.

  1. 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.