Documentation
¶
Overview ¶
Package resend provides convenience wiring around the Resend email adapter.
The package aliases adapter types, exposes environment loading, and surfaces a health checker. Keep API keys in secret storage and use noop senders for tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // WithBaseURL overrides the Resend API base URL. WithBaseURL = resend.WithBaseURL // WithHTTPClient overrides the HTTP client used for requests. WithHTTPClient = resend.WithHTTPClient )
Functions ¶
Types ¶
type Config ¶
Config aliases the Resend configuration struct.
func LoadConfig ¶
LoadConfig reads Resend config from environment.
Click to show internal directories.
Click to hide internal directories.