|
func (c *Config) getSMTPClientAndMsg(to, bcc []string, subject, body string, contentType EmailContentType,
|
|
func (c *Config) getSMTPClientAndMsg(to, bcc []string, subject, body string, contentType EmailContentType,
|
|
attachments ...*mail.File) (*mail.Client, *mail.Msg, error) {
|
|
attachments ...*mail.File) (*mail.Client, *mail.Msg, error) {
|