threads
This commit is contained in:
@@ -11,5 +11,5 @@ import (
|
||||
// Client interface to send emails
|
||||
type Client interface {
|
||||
GetMapping(context.Context, string) (id.RoomID, bool)
|
||||
Send(ctx context.Context, from, mailbox, subject, text, html string, files []*utils.File) error
|
||||
Send(ctx context.Context, email *utils.Email) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user