mirror of
https://github.com/Jinnrry/PMail.git
synced 2025-11-01 20:32:43 +08:00
RFC 5322 添加MessageId
This commit is contained in:
@@ -168,6 +168,8 @@ func Send(ctx *context.Context, w http.ResponseWriter, req *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
e.MessageId = emailId
|
||||
|
||||
async.New(ctx).Process(func(p any) {
|
||||
errMsg := ""
|
||||
err, sendErr := send.Send(ctx, e)
|
||||
|
||||
Reference in New Issue
Block a user