package
Version:
v0.0.0-...-508df49
Opens a new window with list of versions in this module.
Published: Jan 31, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Domain string `koanf:"domain"`
APIKEY string `koanf:"api_key"`
}
Config
contains config parameters for mailgun.
type Mailgun struct {
APIKEY string
Client *mailgun.MailgunImpl
}
Mailgun
contains variables for connection to mailgun.
NewConnection
opens a new connection for mailgun service.
Send
emails with mailgun client.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.