mailer

package
v0.0.0-...-e6b71c9 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SendForgotPasswordEmail

func SendForgotPasswordEmail(email string, token uuid.UUID) (interface{}, error)

SendForgotPasswordEmail sends an email to a user to reset their forgotten password

func SendNewUserEmail

func SendNewUserEmail(email string) (interface{}, error)

SendNewUserEmail sends an email to a new user on signup

func SendPasswordResetEmail

func SendPasswordResetEmail(email string) (interface{}, error)

SendPasswordResetEmail sends an email to a user after their password was reset as part of the forgot password flow

func SendStoreDeletedEmail

func SendStoreDeletedEmail(storeName string, emails []string) (interface{}, error)

SendStoreDeletedEmail sends an email to a store member about a store being deleted

func SendStoreInvitationEmail

func SendStoreInvitationEmail(storeName string, email string, inviterName string) (interface{}, error)

SendStoreInvitationEmail sends an email to a person being invited to join a list

func SendStoreInviteDeclinedEmail

func SendStoreInviteDeclinedEmail(storeName string, invitedUserEmail string, recipientEmail string) (interface{}, error)

SendStoreInviteDeclinedEmail is sent to a store creator to inform them about a store invite to another user being declined

func SendStoreRenamedEmail

func SendStoreRenamedEmail(oldName string, newName string, email string) (interface{}, error)

SendStoreRenamedEmail sends an email to a list user about a list being renamed

func SendUserLeftStoreEmail

func SendUserLeftStoreEmail(storeName string, listUserName string, recipientEmail string) (interface{}, error)

SendUserLeftStoreEmail is sent to a list creator to inform them about a member of their list leaving

Types

This section is empty.

Jump to

Keyboard shortcuts

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