{"id":16068472,"url":"https://github.com/markbates/blabber_mouth","last_synced_at":"2025-07-04T23:08:40.624Z","repository":{"id":613187,"uuid":"251238","full_name":"markbates/blabber_mouth","owner":"markbates","description":"Easy model-like notification system for Ruby. (A framework agnostic port of the mack-notifier package.)","archived":false,"fork":false,"pushed_at":"2009-07-14T20:42:06.000Z","size":124,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-07T18:51:32.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.metabates.com","language":"Ruby","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/markbates.png","metadata":{"files":{"readme":"README","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}},"created_at":"2009-07-14T20:39:30.000Z","updated_at":"2023-06-04T07:04:42.000Z","dependencies_parsed_at":"2022-08-06T09:16:09.716Z","dependency_job_id":null,"html_url":"https://github.com/markbates/blabber_mouth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/markbates/blabber_mouth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbates%2Fblabber_mouth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbates%2Fblabber_mouth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbates%2Fblabber_mouth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbates%2Fblabber_mouth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markbates","download_url":"https://codeload.github.com/markbates/blabber_mouth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markbates%2Fblabber_mouth/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263632058,"owners_count":23491530,"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-10-09T06:21:16.790Z","updated_at":"2025-07-04T23:08:40.604Z","avatar_url":"https://github.com/markbates.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"This gem provides a simple API for creating emails within a Mack application.\n\nA simple BlabberMouth model would look like this:\n\n  class WelcomeEmail\n    include BlabberMouth\n  end\n  \nTo use this in your application you would do something like the following:\n \n  mail = WelcomeEmail.new\n  mail.to = \"foo@example.com\"\n  mail.from = \"me@example.com\"\n  mail.subject = \"Hello\"\n  mail.body(:plain, \"This is my plain text body\")\n  mail.body(:html, \"This is my \u003cb\u003eHTML\u003c/b\u003e body\")\n  mail.attach(BlabberMouth::Attachment.new(\"/path/to/my/image_file.png\"))\n  mail.attach(BlabberMouth::Attachment.new(\"/path/to/my/pdf_file.pdf\"))\n  mail.deliver\n  \nThis gem currently has an adapter for TMail, but it can support any mailing\nframework under the covers with the creation of a simple adapter class.\n\nCurrently implemented delivery handlers are: SMTP (default), sendmail, and test.\n\n== Testing\n\nWhen testing you can get access to delivered emails with the delivered_notifiers\nmethod. After each tests these emails will be flushed our of the test handler.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkbates%2Fblabber_mouth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkbates%2Fblabber_mouth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkbates%2Fblabber_mouth/lists"}