Skip to content
service.go 169 B
Newer Older
Lo^2's avatar
Lo^2 committed
package email

import (
	"code.electrolab.fr/it/vote.electrolab.fr/service"
)

type Service interface {
	service.Service

	Send(to string, subject, body string) error
}