{"id":20021652,"url":"https://github.com/nimeshkverma/aws-lambda-node-mailer","last_synced_at":"2025-09-08T14:37:41.709Z","repository":{"id":85989902,"uuid":"59014388","full_name":"nimeshkverma/aws-lambda-node-mailer","owner":"nimeshkverma","description":"NodeJs code for Firing Email via AWS-Lambda and SES","archived":false,"fork":false,"pushed_at":"2016-05-17T17:48:19.000Z","size":96,"stargazers_count":25,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-08T14:45:50.358Z","etag":null,"topics":["aws","aws-lambda","nodejs","nodemailer","nodemailer-smtp-transport","ses","smtp"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nimeshkverma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-05-17T10:51:24.000Z","updated_at":"2024-12-19T17:21:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"437da131-9eb7-44e8-9ee5-30b4c2152052","html_url":"https://github.com/nimeshkverma/aws-lambda-node-mailer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimeshkverma%2Faws-lambda-node-mailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimeshkverma%2Faws-lambda-node-mailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimeshkverma%2Faws-lambda-node-mailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimeshkverma%2Faws-lambda-node-mailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nimeshkverma","download_url":"https://codeload.github.com/nimeshkverma/aws-lambda-node-mailer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252423009,"owners_count":21745530,"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":["aws","aws-lambda","nodejs","nodemailer","nodemailer-smtp-transport","ses","smtp"],"created_at":"2024-11-13T08:37:28.408Z","updated_at":"2025-05-05T01:30:58.198Z","avatar_url":"https://github.com/nimeshkverma.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-lambda-node-mailer\n\n![alt CoverPic](https://github.com/nimeshkverma/aws-lambda-node-mailer/blob/master/images/cover_pic.jpg)\n\nAWS-Lambda-Node-Mailer contains NodeJs scripts to send Emails via AWS Lambda services using Nodemailer package. The scripts are provided for both SMTP and SES.\n\n## Prerequisites\n- A working AWS Lambda account\n- `node` , amazon supports lambdas in node version 4.3\n- [nodemailer](https://github.com/nodemailer/nodemailer)\n- [nodemailer-smtp-transport](https://github.com/nodemailer/nodemailer-smtp-transport) or [nodemailer-smtp-transport](https://github.com/andris9/nodemailer-ses-transporte)\n- [ejs](https://www.npmjs.com/package/ejs)\n- [jsonschema](https://www.npmjs.com/package/jsonschema)\n\n## Usage\n\n1. Clone the repository move into any of the two directory `smtp_emailer` or `ses_emailer` according to your need, then execute below:\n\n    `npm install`\n\n2. Provide the neccesary credentials in `config.js`\n\n3. Provide the template for the email, for eg presently the template being used is `template_type_1.ejs`, don't forget to provide the path of the template in the `config.js`\n\n4. Provide the schema for the payload, for eg presently the payload being used is `template_type_1.json`, don't forget to provide the path of the template in the `config.js`\n\n5. Once above is done, provide correct values in place of dummy values in `test.js`, then execute below:\n\n    `node test.js`\n\n## How to Contribute\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull RequestThe scripts in this\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimeshkverma%2Faws-lambda-node-mailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnimeshkverma%2Faws-lambda-node-mailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimeshkverma%2Faws-lambda-node-mailer/lists"}