mailgun

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package mailgun provides a verifier for Mailgun API keys. It uses the Mailgun API GET /v3/domains endpoint with Basic auth to check key validity, retrying against the EU-region host when the US host reports the key inactive.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Verifier

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

Verifier checks whether a Mailgun API key is active by calling the Mailgun API. It NEVER logs or persists raw key values.

func (*Verifier) Type

func (v *Verifier) Type() string

Type returns the detector ID this verifier handles.

func (*Verifier) Verify

Verify checks if the detected Mailgun API key is valid/active. Raw contains the key value.

Mailgun keys carry no region marker, so there is no way to tell from the key alone whether it belongs to a US or EU-provisioned account. Verify therefore probes the US host first (the common case) and, only if that reports the key inactive, retries against the EU host before concluding the key is genuinely dead — otherwise a live EU key would always be misreported as inactive. A transport error or a cancelled context on the first probe is never treated as "inactive", so it is returned as-is without a second call.

Jump to

Keyboard shortcuts

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