first-only
This commit is contained in:
@@ -85,5 +85,5 @@ func SendMailgun(to []string, event string, data map[string]interface{}) error {
|
||||
|
||||
// TODO: language selection logic here
|
||||
|
||||
return mailgun_send(to, data, subject, template)
|
||||
return mailgun_send(to[0], data, subject, template)
|
||||
}
|
||||
|
Reference in New Issue
Block a user