Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Send Mail with SMTP

This TypeScript example sends an email through an SMTP server with nodemailer. The LLM should provide the recipient address, subject, and body.

Environment Variables

SMTP_HOST=<smtp-host>
SMTP_PORT=<smtp-port>
FROM_EMAIL=<sender-email>