package
0.0.0-20180502131224-d62ea787779f
Repository: https://github.com/tng/gpg-validation-server.git
Documentation: pkg.go.dev
# Functions
NewServer returns a MailServer struct given a listening address and a mail handler.
NewSingleServerSendMailer returns a MailSender offering outgoing SMTP functionality.
# Structs
MailEnvelope describes the minimum information sent and received by a mail server.
MailServer contains the information necessary to run a server which receives and handles mail.
SingleServerSendMailer sends mails via one specified SMTP server.
# Interfaces
MailSender allows simple mail sending.
# Type aliases
Handler is a callback type for treating received mail.