Skip to content

synw/microb-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microb mail

Contact form service for Microb. Features:

  • Contact form: send emails from a form
  • Csrf protection with one time use tokens
  • Record emails in an sqlite database

As this is a Microb service it has remote commands and records logs into an sqlite database

Requirements: Centrifugo and Redis and the Microb http service

Install and status

To install you have to compile Microb with the email and the http service as for now as no release has been made. The dev status is move fast and break things for the moment.

Usage

Configure config_email.json: ex with Postfix:

{
    "to": "email@adress.tld",
    "host": "localhost",
    "port": 25,
    "user": "",
    "password": "",
    "db": "mails.sqlite"
}

The email form is avalaible at /mail

Cli commands

Todo: count or read the last emails from the database

About

Mail service with contact form for Microb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors