Discover Packages
github.com/supatype/server
internal
mailer
validateclient
package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Aug 15, 2026
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var (
ErrInvalidEmailAddress = errors .New ("invalid_email_address")
ErrInvalidEmailFormat = errors .New ("invalid_email_format")
ErrInvalidEmailDNS = errors .New ("invalid_email_dns")
ErrInvalidEmailMX = errors .New ("invalid_email_mx")
)
New will return a Client that first calls an email validator before passing
the mail along to given Client. If email validation is disabled then it
returns the same Client passed in mc.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.