This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Nylas from "nylas"; | |
| import fs from "fs"; | |
| import path from "path"; | |
| import { randomUUID } from "crypto"; | |
| // ── Config ────────────────────────────────────────────────────────────────── | |
| const NYLAS_API_KEY = "123"; | |
| const GRANT_ID = "123"; | |
| const SENDER_EMAIL = "test@hotmail.com"; | |
| const RECIPIENT_EMAIL = "test1@gmail.com"; |