Skip to content

Commit

Permalink
Email sender example (#64)
Browse files Browse the repository at this point in the history
* email sender

* generate email content with openai

* params fixed

* adding env example

* adding workflow

* cleanup trycatch

* working workflow

* adding retry policy

* showcase retries

* update packagejson

* udate readme

* updates

* changes
  • Loading branch information
justrdk authored Dec 3, 2024
1 parent 3397606 commit 780d59b
Show file tree
Hide file tree
Showing 14 changed files with 2,934 additions and 0 deletions.
4 changes: 4 additions & 0 deletions email-sender/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM_EMAIL=your-email@example.com
SENDGRID_API_KEY=your-sendgrid-api-key
OPENAI_API_KEY=your-openai-api-key
TO_EMAIL=to-email@example.com
Loading

0 comments on commit 780d59b

Please sign in to comment.