first-only
This commit is contained in:
parent
896e890421
commit
ee454aeabe
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user