Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*ResendSender)
Option is a type representing a function that modifies a ResendSender.
type ResendSender ¶
type ResendSender struct {
// contains filtered or unexported fields
}
ResendSender represents a type that is responsible for sending email messages using the Resend service.
func NewResendSender ¶
func NewResendSender(apikey string, options ...Option) *ResendSender
NewResendSender is a function that creates a new ResendSender instance.
Click to show internal directories.
Click to hide internal directories.