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.