Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewPostmarkClient ¶
func (*Client) SendAccountVerificationMail ¶
type DebugLoggingMailer ¶
type DebugLoggingMailer struct{}
DebugLoggingMailer is a Mailer implementation for local debugging. It never sends actual emails, but only logs the emails it is asked to send.
func (DebugLoggingMailer) SendEmail ¶
func (m DebugLoggingMailer) SendEmail(ctx context.Context, email postmark.Email) (postmark.EmailResponse, error)
Click to show internal directories.
Click to hide internal directories.