senders

package
v0.0.0-...-01873b8 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2025 License: GPL-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddEmailToBrevo

func AddEmailToBrevo(name string, email string)

func MakeRequest

func MakeRequest(method, url string, headers map[string]string, body []byte) (*fasthttp.Response, error)

func SendEmail

func SendEmail(user *models.User, emailType EmailTypeChoice, otp *uint, tokenString *string, paymentData map[string]interface{})

Types

type ContactPayload

type ContactPayload struct {
	Email         string            `json:"email"`
	ListIds       []int             `json:"listIds"`
	UpdateEnabled bool              `json:"updateEnabled"`
	Attributes    map[string]string `json:"attributes"`
}

type EmailContext

type EmailContext struct {
	Name string
	Url  *string
	Code *uint
	Text string
}

type EmailTypeChoice

type EmailTypeChoice string
const (
	ET_ACTIVATE              EmailTypeChoice = "activate"
	ET_WELCOME               EmailTypeChoice = "welcome"
	ET_RESET                 EmailTypeChoice = "reset"
	ET_RESET_SUCC            EmailTypeChoice = "reset-success"
	ET_PAYMENT_SUCC          EmailTypeChoice = "payment-succeeded"
	ET_PAYMENT_FAIL          EmailTypeChoice = "payment-failed"
	ET_PAYMENT_CANCEL        EmailTypeChoice = "payment-canceled"
	ET_SUBSCRIPTION_EXPIRING EmailTypeChoice = "subscription-expiring"
	ET_SUBSCRIPTION_EXPIRED  EmailTypeChoice = "subscription-expired"
)

Jump to

Keyboard shortcuts

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