|
|
@ -57,11 +57,11 @@ func processMailQueue() {
|
|
|
|
info = ", info: " + msg.Info
|
|
|
|
info = ", info: " + msg.Info
|
|
|
|
}
|
|
|
|
}
|
|
|
|
log.Error(fmt.Sprintf("Async sent email %d succeed, not send emails: %s%s err: %s", num, tos, info, err))
|
|
|
|
log.Error(fmt.Sprintf("Async sent email %d succeed, not send emails: %s%s err: %s", num, tos, info, err))
|
|
|
|
return
|
|
|
|
} else {
|
|
|
|
}
|
|
|
|
|
|
|
|
log.Trace(fmt.Sprintf("Async sent email %d succeed, sent emails: %s%s", num, tos, info))
|
|
|
|
log.Trace(fmt.Sprintf("Async sent email %d succeed, sent emails: %s%s", num, tos, info))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Direct Send mail message
|
|
|
|
// Direct Send mail message
|
|
|
|