GODT-1609: apply change from MR

This commit is contained in:
Romain LE JEUNE
2022-10-04 13:16:47 +02:00
committed by James Houlahan
parent b536b8707e
commit 51633e000b
3 changed files with 4 additions and 3 deletions

View File

@ -57,7 +57,7 @@ type SMTP struct {
// Leave Username blank to do not use SMTP authentication.
Username string
// Leave Password blank to use IMAP credentials.
Password string
Password []byte
}
func (c *Config) WriteOut(w io.Writer) error {