{"id":21155008,"url":"https://github.com/forge/addon-mail","last_synced_at":"2026-04-24T18:34:07.206Z","repository":{"id":15906436,"uuid":"18648011","full_name":"forge/addon-mail","owner":"forge","description":"Addon to send email using JBoss Forge","archived":false,"fork":false,"pushed_at":"2014-04-14T19:29:14.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T06:54:24.578Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/forge.png","metadata":{"files":{"readme":"README.asciidoc","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":"2014-04-10T18:57:41.000Z","updated_at":"2014-05-08T17:00:37.000Z","dependencies_parsed_at":"2022-09-24T05:40:52.638Z","dependency_job_id":null,"html_url":"https://github.com/forge/addon-mail","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/forge/addon-mail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forge%2Faddon-mail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forge%2Faddon-mail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forge%2Faddon-mail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forge%2Faddon-mail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forge","download_url":"https://codeload.github.com/forge/addon-mail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forge%2Faddon-mail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32236731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-20T11:13:56.590Z","updated_at":"2026-04-24T18:34:07.178Z","avatar_url":"https://github.com/forge.png","language":"Java","readme":"== mail\n:idprefix: id_ \nThis addon provides *standalone* functionality, and *exports services* for use in other addons. \n        \n=== Dependencies: None (or)\n=== Depends on\n[options=\"header\"]\n|===\n|Addon |Exported |Optional\n|DEP1\n|yes\n|no\n|DEP2\n|yes\n|yes\n|===\n\n== Setup\nThis Addon requires the following installation steps.\n=== Add configuration to pom.xml \nTo use this addon, you must add it as a dependency in the *pom.xml* of your `forge-addon` classified artifact:\n(Make sure the dependency is put all the way to the left, and uses 3 spaces for indentation of GAV)\n[source,xml]\n----\n\u003cdependency\u003e\n   \u003cgroupId\u003eorg.jboss.forge.addon\u003c/groupId\u003e\n   \u003cartifactId\u003email\u003c/artifactId\u003e\n   \u003cclassifier\u003eforge-addon\u003c/classifier\u003e\n   \u003cversion\u003e${version}\u003c/version\u003e\n\u003c/dependency\u003e\n----\n== Features\nABCFactory for simple ABC blah:: \nAllows for blah blah\n+\n[source,java]\n----\n@Inject private ABCFactory factory;\nABC abc = factory.createABC();\n----\n+\n[TIP] \n====\nIf your addon uses a container that does not support \"@Inject\" annotations, services such as the `ABCFactory` may also be \naccessed via the `AddonRegistry`:\n----\nImported\u003cABCFactory\u003e imported = addonRegistry.getServices(ABCFactory.class);\nABCFactory factory = imported.get();\n----\n==== \nCreating a new XYZ instance:: \nCauses XYZ to occur\n+\n[source,java]\n----\nXYZ xyz = factory.createXYZ();\n----\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforge%2Faddon-mail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforge%2Faddon-mail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforge%2Faddon-mail/lists"}