email_server

module
v0.0.0-...-8293e18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2022 License: MIT

README

功能

admin

  • 插入模板
  • 查找模板
  • 查找记录
  • 登录后可操作(v2待开发)

email

  • 从kafka读取并发送email
  • 插入发送记录

数据库

邮件模板

字段 类型 说明
id string mongo主键
name string 模板名称
subject string 邮件主题
content string 内容

邮件发送记录

字段 类型 说明
id string 主键
send_time int64 发送时间(时间戳)
receiver string 接受者邮箱地址
is_successful int 是否成功,0失败,1成功
template_id string 模板id
name string 邮件模板名称
content string 邮件内容,包括邮件主题

Directories

Path Synopsis
app
pkg
app
errors
Package errors provides simple error handling primitives.
Package errors provides simple error handling primitives.
web
tests

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL