Registry / messaging / lettre-email

lettre-email

JSON →
library0.9.4rscratesunverified

Email builder for constructing and sending emails using the Lettre mail library.

# Cargo.toml [dependencies] lettre_email = "0.9.4"
INSTALL
IMPORT
SIG · LETTRE-EMAIL
L
lettre-email
messagingrustv0.9.4
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.

EmailBuilder
use lettre_email::EmailBuilder;

Builds an email with recipient, subject, and body.

use lettre_email::EmailBuilder; fn main() { let email = EmailBuilder::new() .to("user@example.com") .subject("Hello") .body("World") .build() .unwrap(); println!("Email built: {:?}", email); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
lettre-email — cargo add lettre-email · libregistry