(Feat): Initial Commit
This commit is contained in:
7
internal/mailer/transport/transport.go
Normal file
7
internal/mailer/transport/transport.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package transport
|
||||
|
||||
import "github.com/jordan-wright/email"
|
||||
|
||||
type MailTransporter interface {
|
||||
Send(mail *email.Email) error
|
||||
}
|
||||
Reference in New Issue
Block a user