Documentation ¶ Index ¶ type Mailer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Mailer ¶ type Mailer interface { // SendValidation sends a validation email to the specified address with the // provided validation URL. SendValidation(ctx context.Context, to string, validationURL url.URL) error } Source Files ¶ View all Source files mailer.go Directories ¶ Show internal Expand all Path Synopsis nop postmark smtp Click to show internal directories. Click to hide internal directories.