package
1.5.5
Repository: https://github.com/fragmenta/fragmenta-cms.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New returns a new email with the default tenplates and the given recipient.
RenderTemplate renders the email into its template with context.
Send the email using our default adapter and optional context.

# Variables

Production should be set to true in production environment.
Service is the mail adapter to send with and should be set on startup.

# Structs

Email represents an email to be sent.

# Interfaces

Sender is the interface for our adapters for mail services.

# Type aliases

Context defines a simple list of string:value pairs for mail templates.