{"id":19002878,"url":"https://github.com/moaraby/send-emails-nodejs","last_synced_at":"2026-04-12T23:41:08.705Z","repository":{"id":236040110,"uuid":"791782700","full_name":"MoARABY/send-emails-NodeJs","owner":"MoARABY","description":"send emails to gmail or other services using nodejs and nodemailer","archived":false,"fork":false,"pushed_at":"2024-04-25T12:39:15.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T11:34:13.697Z","etag":null,"topics":["gmail","nodejs","nodemailer"],"latest_commit_sha":null,"homepage":"","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/MoARABY.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-04-25T11:09:35.000Z","updated_at":"2024-04-25T12:39:18.000Z","dependencies_parsed_at":"2024-04-25T12:27:56.141Z","dependency_job_id":"82320187-8aa2-482f-b0aa-5a11f612b7e2","html_url":"https://github.com/MoARABY/send-emails-NodeJs","commit_stats":null,"previous_names":["moaraby/send-emails-nodejs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MoARABY/send-emails-NodeJs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoARABY%2Fsend-emails-NodeJs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoARABY%2Fsend-emails-NodeJs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoARABY%2Fsend-emails-NodeJs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoARABY%2Fsend-emails-NodeJs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoARABY","download_url":"https://codeload.github.com/MoARABY/send-emails-NodeJs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoARABY%2Fsend-emails-NodeJs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019077,"owners_count":26086516,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["gmail","nodejs","nodemailer"],"created_at":"2024-11-08T18:17:18.999Z","updated_at":"2025-10-14T11:35:04.811Z","avatar_url":"https://github.com/MoARABY.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js Email Sender using Nodemailer\n\nThis Node.js project demonstrates how to send emails using Nodemailer, a module for Node.js applications to send emails easily.\n\n## Getting Started\n\nFollow these instructions to get a copy of the project up and running on your local machine.\n\n### Prerequisites\n\n- Node.js installed on your machine\n- SMTP server credentials (e.g., Gmail SMTP credentials for testing)\n\n### Installing\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your_username/nodejs-email-sender.git\n   cd nodejs-email-sender\n   npm install\n\n   \nSure, here's an example README.md file for a Node.js project that sends emails using Nodemailer:\n\nmarkdown\nCopy code\n# Node.js Email Sender using Nodemailer\n\nThis Node.js project demonstrates how to send emails using Nodemailer, a module for Node.js applications to send emails easily.\n\n## Getting Started\n\nFollow these instructions to get a copy of the project up and running on your local machine.\n\n### Prerequisites\n\n- Node.js installed on your machine\n- SMTP server credentials (e.g., Gmail SMTP credentials for testing)\n\n### Installing\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your_username/nodejs-email-sender.git\nNavigate to the project directory:\nbash\nCopy code\ncd nodejs-email-sender\nnpm install\n\n### Configuration\n\u003cul\u003e\n  \u003cli\u003eCreate a .env file in the project root directory.\u003c/li\u003e\n  \u003cli\u003eAdd your SMTP server credentials and other necessary environment variables to the .env \u003c/li\u003e\n  \n  \u003cli\u003eSMTP_HOST=your_smtp_host\u003c/li\u003e\n  \u003cli\u003eSMTP_PORT=your_smtp_port\u003c/li\u003e\n  \u003cli\u003eSMTP_USER=your_smtp_username\u003c/li\u003e\n  \u003cli\u003eSMTP_PASS=your_smtp_password\u003c/li\u003e\n\u003c/ul\u003e\n\n### Usage\n\u003cul\u003e\n  \u003cli\u003eEnter the recipient's email address, subject, and message content in the provided form.\u003c/li\u003e\n  \u003cli\u003eClick the \"Send Email\" button to send the email using Nodemailer.\u003c/li\u003e\n\u003c/ul\u003e\n\n### Built With\n\u003cul\u003e\n  \u003cli\u003eNode.js - JavaScript runtime\u003c/li\u003e\n  \u003cli\u003eNodemailer - Module for sending emails in Node.js applications\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoaraby%2Fsend-emails-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoaraby%2Fsend-emails-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoaraby%2Fsend-emails-nodejs/lists"}