pkg

package
v0.10.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmailNotificationRequest

type EmailNotificationRequest struct {
	To          string               `json:"to"`
	Subject     string               `json:"subject"`
	Text        string               `json:"text,omitempty"`
	PreferHTML  bool                 `json:"prefer_html"`
	Template    string               `json:"template,omitempty"`
	BindingData any                  `json:"binding_data,omitempty"`
	ICSInvite   bool                 `json:"ics_invite,omitempty"`
	Attachments []mailing.Attachment `json:"attachments,omitempty"`
	ScheduleID  string               `json:"schedule_id,omitempty"`
}

EmailNotificationRequest holds a request to send an email notification

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL