Registry / messaging / jordan-wright-email

jordan-wright-email

JSON →
library4.0.1-0.20210109023952-943e75fe5223+incompatiblegogounverified

Package email is designed to provide an 'email interface for humans.' Designed to be robust and flexible, the email package aims to make sending email easy without getting in the way.

go get github.com/jordan-wright/email
INSTALL
IMPORT
SIG · JORDAN-WRIGHT-EMAI
J
jordan-wright-email
messaginggov4.0.1-0.20210109023952-943e75fe5223+incompatible
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.

email
github.com/jordan-wright/email

Creates and sends a simple email using the email package.

package main import ( "github.com/jordan-wright/email" "net/smtp" ) func main() { e := email.NewEmail() e.From = "sender@example.com" e.To = []string{"recipient@example.com"} e.Subject = "Hello" e.Text = []byte("Hello World") e.Send("smtp.example.com:587", smtp.PlainAuth("", "user", "pass", "smtp.example.com")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.1-0.20210109023952-943e75fe5223+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
jordan-wright-email — go get jordan-wright-email · libregistry