send emails
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
package utils
|
||||
|
||||
// MTA is mail transfer agent
|
||||
type MTA interface {
|
||||
Send(from, to, data string) error
|
||||
}
|
||||
|
||||
// Email object
|
||||
type Email struct {
|
||||
MessageID string
|
||||
|
||||
Reference in New Issue
Block a user