An open API service indexing awesome lists of open source software.

https://github.com/dcrebbin/custom-generated-emails


https://github.com/dcrebbin/custom-generated-emails

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Gimmie.me

### A custom scheduled email powered by nodemailer, perpexity, and vercel cron jobs

## Example

![example-1](/public/example-1.png)

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.

![example-2](/public/example-2.png)

## 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 :^)