Registry / http-client / mrz1836-postmark

mrz1836-postmark

JSON →
library1.9.2gogounverified

Package postmark encapsulates the Postmark API via Go.

go get github.com/mrz1836/postmark
INSTALL
IMPORT
SIG · MRZ1836-POSTMARK
M
mrz1836-postmark
http-clientgov1.9.2
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.

postmark
github.com/mrz1836/postmark

Send an email via Postmark API.

package main import ( "github.com/mrz1836/postmark" ) func main() { client := postmark.NewClient("server-token", "account-token") _, _ = client.SendEmail(postmark.Email{ From: "sender@example.com", To: "recipient@example.com", Subject: "Hello", TextBody: "Test", }) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
mrz1836-postmark — go get mrz1836-postmark · libregistry