Bug fix: not send e-mail to cc address
This commit is contained in:
@@ -122,7 +122,7 @@ func (e *emailSender) Send(subject, body string) (err error) {
|
||||
emailConf.SMTPAddr,
|
||||
),
|
||||
emailConf.From,
|
||||
emailConf.To,
|
||||
mailAddresses,
|
||||
[]byte(message),
|
||||
)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user