https://github.com/dcrebbin/custom-generated-emails
https://github.com/dcrebbin/custom-generated-emails
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcrebbin/custom-generated-emails
- Owner: dcrebbin
- Created: 2024-07-24T10:17:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T11:29:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T16:22:47.421Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://gimmie.vercel.app
- Size: 659 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gimmie.me
### A custom scheduled email powered by nodemailer, perpexity, and vercel cron jobs
## Example

The email is generated from your topic via open ai and bing search retrieval or perplexity and sent to your inbox when the schedule is met.

## Setup
1) pnpm/npm/bun/yarn i
2) create a .env file from .env.example (USE_OPEN_AI will determine if you use open ai & bing or perplexity to enable search retrieval)
3) connect your project to vercel
4) have fun :^)