{"id":22475474,"url":"https://github.com/philips/mailer","last_synced_at":"2025-09-20T11:34:56.792Z","repository":{"id":65596150,"uuid":"2818297","full_name":"philips/mailer","owner":"philips","description":"a simple Hook for sending emails","archived":false,"fork":false,"pushed_at":"2011-12-14T00:16:14.000Z","size":89,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T20:31:37.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/philips.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}},"created_at":"2011-11-21T07:45:07.000Z","updated_at":"2014-03-03T20:13:14.000Z","dependencies_parsed_at":"2023-01-31T02:25:11.789Z","dependency_job_id":null,"html_url":"https://github.com/philips/mailer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips%2Fmailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips%2Fmailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips%2Fmailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips%2Fmailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philips","download_url":"https://codeload.github.com/philips/mailer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245891435,"owners_count":20689330,"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-06T13:17:26.331Z","updated_at":"2025-09-20T11:34:51.729Z","avatar_url":"https://github.com/philips.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## hook.io-mailer\n\n*a simple Hook for sending emails*\n\n## Hook.io config.json settings\n``` js\n{\n  \"mailer\": {\n    \"host\": \"localhost\",\n    \"username\": \"foo@bar.com\",\n    \"password\": \"1234\",\n    \"domain\": \"localhost\"\n  }\n}\n```\n\n## Hook.io Events Names\n\n**sendEmail** *sends email*\n\n**emailSent** *event emitted when email is successful sent*:\n\n**error** *event emitted when email cannot send*:\n\n\n```javascript\n\n//\n// emailOptions is a 1:1 mapping to github.com/marak/node_mailer API \n//\nvar emailOptions = {\n  to      : 'marak.squires@gmail.com',\n  from    : 'mailer@hook.io',\n  subject : 'This is an email from hook.io mailer',\n  body    : 'I would like a grilled cheese please.'\n};\n\nmyhook.emit('sendEmail', emailOptions);\n\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips%2Fmailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilips%2Fmailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips%2Fmailer/lists"}