module
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Feb 6, 2026
License: MIT
Opens a new window with license information.
README
¶
Go client for Forward Email
How to install
$ go get github.com/forwardemail/forwardemail-api-go
Basic usage
import "github.com/forwardemail/forwardemail-api-go/forwardemail"
client, err := forwardemail.NewClient(forwardemail.ClientOptions{
APIKey: key,
})
if err != nil {
log.Fatal(err)
}
account, err := client.GetAccount()
Directories
¶
Package forwardemail provides a client library for interacting with the Forward Email API.
|
Package forwardemail provides a client library for interacting with the Forward Email API. |
Click to show internal directories.
Click to hide internal directories.