Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed templates/updates/view.html UpdateHTMLEmailTemplate string )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { io.Closer Send(context.Context, SendOptions) (string, error) Name() malak.UpdateRecipientLogProvider }
type SendOptions ¶
type SendOptions struct { HTML string Sender malak.Email Recipient malak.Email Subject string DKIM struct { Sign bool PrivateKey []byte } }
func (SendOptions) Validate ¶
func (s SendOptions) Validate() error
type SendOptionsBatch ¶
type SendOptionsBatch []SendOptions
func (SendOptionsBatch) Validate ¶
func (s SendOptionsBatch) Validate() error
Click to show internal directories.
Click to hide internal directories.