{"id":23649693,"url":"https://github.com/mythicapp/mailing","last_synced_at":"2025-11-13T17:30:14.104Z","repository":{"id":226056674,"uuid":"767617999","full_name":"MythicApp/Mailing","owner":"MythicApp","description":"Mailing script to invite everyone from the waitlist to download Mythic via email.","archived":false,"fork":false,"pushed_at":"2024-06-03T22:42:32.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T21:52:24.694Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://getmythic.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MythicApp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-05T16:07:51.000Z","updated_at":"2024-06-03T22:42:35.000Z","dependencies_parsed_at":"2024-04-12T22:38:52.583Z","dependency_job_id":"ac457ae2-4285-4ab9-83a6-26aa18760bd1","html_url":"https://github.com/MythicApp/Mailing","commit_stats":null,"previous_names":["mythicapp/mailing"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MythicApp%2FMailing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MythicApp%2FMailing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MythicApp%2FMailing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MythicApp%2FMailing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MythicApp","download_url":"https://codeload.github.com/MythicApp/Mailing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239605123,"owners_count":19666998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-28T15:40:13.240Z","updated_at":"2025-11-13T17:30:14.038Z","avatar_url":"https://github.com/MythicApp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mythic Emailing\n\nThis project is a script for sending welcome emails to users based on a CSV file.\n\n## Installation\n\n1. Clone the repository.\n2. Install the dependencies by running `bun i`.\n\n## Usage\n\n1. Place your CSV file in the `files` directory.\n2. Set the required environment variables by renaming the `.env.example` file to `.env` and filling in the following values:\n    - `HOST`: SMTP host for sending emails.\n    - `PORT`: SMTP port.\n    - `SECURE`: Set to `true` if the connection should be secure.\n    - `AUTH_USER`: SMTP username.\n    - `AUTH_PASS`: SMTP password.\n    - `FROM_EMAIL`: Email address to use as the sender.\n3. Run the script by executing `bun index.ts`.\n\n## Email Template\n\nThe welcome email template is defined in the `mailOptions` object under `html` in the code. You can customize the HTML content to fit your needs.\n\n## Dependencies\n\n- `fs`: File system module for reading the CSV file.\n- `path`: Path module for resolving file paths.\n- `csv-parse`: CSV parsing library for parsing the CSV file.\n- `nodemailer`: Library for sending emails.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmythicapp%2Fmailing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmythicapp%2Fmailing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmythicapp%2Fmailing/lists"}