Documentation
¶
Index ¶
- type Mailer
- func (m *Mailer) Enabled() bool
- func (m *Mailer) SendCampaignFailed(to, ownerName, campaignName string, failedCount int) error
- func (m *Mailer) SendCampaignPartial(to, ownerName, campaignName string, completed, failed int) error
- func (m *Mailer) SendCampaignReady(to, ownerName, campaignName string, recipientCount int) error
- func (m *Mailer) SendDownloadLink(to, recipientName, campaignName, downloadURL string) error
- func (m *Mailer) SendDownloadNotification(...) error
- func (m *Mailer) SendJobFailed(to, ownerName, campaignName, recipientName, errorMsg string) error
- func (m *Mailer) SendPasswordReset(to, name, resetURL string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mailer ¶
func (*Mailer) SendCampaignFailed ¶ added in v1.2.0
func (*Mailer) SendCampaignPartial ¶ added in v1.2.0
func (*Mailer) SendCampaignReady ¶
func (*Mailer) SendDownloadLink ¶
func (*Mailer) SendDownloadNotification ¶
func (*Mailer) SendJobFailed ¶ added in v1.2.0
func (*Mailer) SendPasswordReset ¶
Click to show internal directories.
Click to hide internal directories.