Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = errors.New("mail not found")
)
Functions ¶
This section is empty.
Types ¶
type Mailer ¶
type Mailer interface { // GetContent should take the email address and return the received content // if the mail wasn't be found in time the function MUST return ErrNotFound GetContent(address string) (string, error) RandomAddress() string }
Mailer interface
func NewTidalMailer ¶
NewTidalMailer return a Mailer using tidal.lol temp mail api please consider supporting the creator financially: https://t.me/modules
Click to show internal directories.
Click to hide internal directories.