Registry / messaging / mailgun-mailgun-go-v4

mailgun-mailgun-go-v4

JSON →
library4.23.0gogounverified

Provides methods for interacting with the Mailgun API to send and manage emails.

go get github.com/mailgun/mailgun-go/v4
INSTALL
IMPORT
SIG · MAILGUN-MAILGUN-GO
M
mailgun-mailgun-go-v4
messaginggov4.23.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mailgun
github.com/mailgun/mailgun-go/v4

Sends an email using the Mailgun API.

import "github.com/mailgun/mailgun-go/v4" mg := mailgun.NewMailgun("your-domain.com", "your-api-key") msg := mg.NewMessage("sender@example.com", "Subject", "Body", "recipient@example.com") _, _, err := mg.Send(context.Background(), msg)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.23.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
mailgun-mailgun-go-v4 — go get mailgun-mailgun-go-v4 · libregistry