Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigInit ¶
func ConfigInit(config *entities.Configuration) error
ConfigInit is a function to initialize app configuration
Types ¶
type Email ¶
type Email struct {
// contains filtered or unexported fields
}
Email defines a struct for emailing flow
func (*Email) IsEmailValid ¶
IsEmailValid checks if the email provided passes the required structure and length test. It also checks the domain has a valid MX record.
Click to show internal directories.
Click to hide internal directories.