This guide covers SMTP integration. For full configuration options and available headers, see the SMTP Introduction.
Installation
Install nodemailer via your package manager:Basic Configuration
Use environment variables for credentials:Advanced Features
Multiple Recipients
Attachments
Custom Headers
Metadata for Tracking
Add metadata that will be included in webhook payloads:Lettermint Headers
Add Lettermint-specific headers for tags, metadata, and routing:Metadata headers are extracted by Lettermint and included in webhook payloads, but not added to the actual email sent to recipients.
See the SMTP Introduction for full details on available headers.