Skip to content

Commit

Permalink
RFC 5322 添加MessageId
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnrry committed Nov 22, 2023
1 parent 1960f88 commit 520a196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/utils/send/send.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ func Send(ctx *context.Context, e *parsemail.Email) (error, map[string]error) {

b := e.BuildBytes(ctx, true)

log.WithContext(ctx).Debugf("Message Infos : %s", string(b))

var to []*parsemail.User
to = append(append(append(to, e.To...), e.Cc...), e.Bcc...)

Expand Down

0 comments on commit 520a196

Please sign in to comment.