# Functions
GetMailClient returns a new mail dailer object based on the form configuration.
SendFormConfirmation sends out a confirmation mail if requested in the form.
# Constants
List of common errors.
List of common errors.
List of common errors.
List of common errors.
# Variables
No description provided by the author
No description provided by the author
# Structs
CaptchaResponse reflect the API response from various 3rd party captcha services.
PingResponse reflects the JSON structure for a ping response.
Route represents an API route object.
SendFormRequest reflects the structure of the send form request data.
SentSuccessful represents confirmation JSON structure for a successfully sent message.
TokenRequest reflects the incoming gettoken request data that for the parameter binding.
TokenResponse reflects the JSON response struct for token request.
# Type aliases
HcaptchaResponse is the CaptchaResponse for hCaptcha.
ReCaptchaResponse is the CaptchaResponse for Google ReCaptcha.
TurnstileResponse is the CaptchaResponse for Cloudflare Turnstile.