Skip to content

Commit

Permalink
hotfix(email): set default client host (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Sep 18, 2023
1 parent 69f6102 commit edbef58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/services/smtp/smtp.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func (service *Service) Initialize(configURL *url.URL, logger types.StdLogger) e
UseStartTLS: true,
UseHTML: false,
Encryption: EncMethods.Auto,
ClientHost: "localhost",
}

pkr := format.NewPropKeyResolver(service.config)
Expand Down

0 comments on commit edbef58

Please sign in to comment.