Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Send Mail with Resend

This Go example sends an email through Resend. The LLM should provide the recipient address, subject, and body.

Environment Variables

RESEND_API_KEY=<your-resend-api-key>
FROM_EMAIL=<sender-email>