{"id":21891529,"url":"https://github.com/otherwa/epatra","last_synced_at":"2026-04-19T03:32:50.094Z","repository":{"id":63809138,"uuid":"570853712","full_name":"Otherwa/Epatra","owner":"Otherwa","description":"Your Own Mail Service","archived":false,"fork":false,"pushed_at":"2024-06-25T00:39:54.000Z","size":7358,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T03:14:51.774Z","etag":null,"topics":["expressjs","node","nodemailer-smtp-transport","webapp"],"latest_commit_sha":null,"homepage":"https://combative-erin-wig.cyclic.cloud/","language":"JavaScript","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/Otherwa.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":"2022-11-26T10:50:32.000Z","updated_at":"2023-10-03T16:52:40.000Z","dependencies_parsed_at":"2023-01-22T19:31:29.839Z","dependency_job_id":"abcc251e-27c6-4239-a3e8-b885bcf6bd90","html_url":"https://github.com/Otherwa/Epatra","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Otherwa/Epatra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Otherwa%2FEpatra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Otherwa%2FEpatra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Otherwa%2FEpatra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Otherwa%2FEpatra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Otherwa","download_url":"https://codeload.github.com/Otherwa/Epatra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Otherwa%2FEpatra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31993798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["expressjs","node","nodemailer-smtp-transport","webapp"],"created_at":"2024-11-28T12:38:49.905Z","updated_at":"2026-04-19T03:32:50.060Z","avatar_url":"https://github.com/Otherwa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Epatra 📨\n\nEpatra Email Sender is a Node.js application that uses the Nodemailer library to send emails via Gmail's SMTP server.\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- Node.js installed on your local machine.\n- A Gmail account for sending emails.\n- Enable \"Less secure apps\" on your Gmail account. (Note: This is not recommended for production use. Consider using OAuth2 for secure authentication.)\n\n## Installation\n\n1. Clone this repository to your local machine:\n\n   ```bash\n   git clone https://github.com/yourusername/epatra-email-sender.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd epatra-email-sender\n   ```\n\n3. Install the required dependencies:\n\n   ```bash\n   npm install\n   ```\n\n4. Create a `.env` file in the project root and configure your Gmail email and password:\n\n   ```env\n   EMAIL=your_email@gmail.com\n   PASSWORD=your_password\n   ```\n\n## Usage\n\nYou can use the `sendmail` function from this application to send emails programmatically. Here's an example of how to use it:\n\n```javascript\nconst { sendmail } = require(\"./epatra-email-sender\");\n\nconst to = \"recipient@example.com\";\nconst subject = \"Hello, World!\";\nconst text = \"This is a test email sent from Epatra Email Sender.\";\nconst message = \"\u003cp\u003eThis is a test email sent from Epatra Email Sender.\u003c/p\u003e\";\n\nsendmail(to, subject, text, message)\n  .then(() =\u003e {\n    console.log(\"Email sent successfully!\");\n  })\n  .catch((error) =\u003e {\n    console.error(\"Error sending email:\", error);\n  });\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\n## Acknowledgments\n\n- Nodemailer: https://nodemailer.com/\n```\n\nMake sure to replace the placeholder values (e.g., `yourusername`, `your_email@gmail.com`, and `your_password`) with your actual information. Additionally, consider providing more details about your project, such as its purpose, features, and any additional configuration options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotherwa%2Fepatra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotherwa%2Fepatra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotherwa%2Fepatra/lists"}