resendapi

package
v0.0.0-...-3b88bec Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrDailyQuotaExceeded is returned when the daily email quota is exceeded
	ErrDailyQuotaExceeded = errors.New("daily quota exceeded")
)

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client represents Resend client

func NewClient

func NewClient(cfg Config) (*Client, error)

NewClient creates a new Resend client

func (*Client) SendEmailVerification

func (c *Client) SendEmailVerification(ctx context.Context, req SendEmailVerificationRequest) (string, error)

SendEmailVerification sends email verification email with verification code and returns message id

type Config

type Config struct {
	APIToken       string
	FromEmail      string
	ContactEmail   string
	BaseURL        string
	UnsubscribeURL string
	Timeout        time.Duration
}

Config represents Resend client configuration

type SendEmailVerificationRequest

type SendEmailVerificationRequest struct {
	Email            string
	Username         string
	VerificationCode string
	UnsubscribeToken string
}

SendEmailVerificationRequest represents email verification request

Jump to

Keyboard shortcuts

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