{"id":20094314,"url":"https://github.com/walisc/cakephpquickemailer","last_synced_at":"2026-02-02T15:39:56.445Z","repository":{"id":73808576,"uuid":"48228315","full_name":"walisc/CakephpQuickEmailer","owner":"walisc","description":"A Emailer plugin for Cakephp 2.0. Designed for minimum setup. Once installed you start sending emails right away.","archived":false,"fork":false,"pushed_at":"2015-12-30T16:27:00.000Z","size":1363,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-16T08:09:04.339Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/walisc.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":"2015-12-18T10:07:55.000Z","updated_at":"2015-12-19T22:49:49.000Z","dependencies_parsed_at":"2023-04-25T18:48:18.932Z","dependency_job_id":null,"html_url":"https://github.com/walisc/CakephpQuickEmailer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/walisc/CakephpQuickEmailer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walisc%2FCakephpQuickEmailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walisc%2FCakephpQuickEmailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walisc%2FCakephpQuickEmailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walisc%2FCakephpQuickEmailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walisc","download_url":"https://codeload.github.com/walisc/CakephpQuickEmailer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walisc%2FCakephpQuickEmailer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29014508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T14:58:54.169Z","status":"ssl_error","status_checked_at":"2026-02-02T14:58:51.285Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-13T16:50:10.540Z","updated_at":"2026-02-02T15:39:56.430Z","avatar_url":"https://github.com/walisc.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"CakePhp Quick Emailer\n===================\n\nCakePhp Quick Emailer is a plugin to get your cakephp application emailing as fast as possible. Once installed you can access varying email views which your application can use to email straight aaway\n\n**Version**\nv1.0 - initial version\n\n\n**Usage**\nRename the quick_emailer_config.php.default to quick_emailer.config.php. Add the appropriate entries\n\nConfig/bootstrap.php\nCakePlugin::load('QuickEmailer', array('bootstrap' =\u003e 'quick_emailer_config'));\n\nclass AppController extends Controller {\n        public $helpers = array('QuickEmailer.QuickEmailerUI'); // helper to access graphical elements\n        public $components = array('QuickEmailer.QuickEmailerAPI'); // Main API to access most methods\n}\n\n-- Using the QuickEMailer UI\n\n- In whichever view:-\necho $this-\u003eQuickEmailerUI-\u003eGetEmailer('basic'); //or advance, to have the WSGYI textbox\n\n-- Using the QuickEmailer API\n\n\n-- Need to download bootstrap, and jquery\ndefault.ctp (using bootstrap)\n\t\techo $this-\u003eHtml-\u003ecss('bootstrap.min');\n\t\techo $this-\u003eHtml-\u003ecss('bootstrap-theme.min');\n\n\t    echo $this-\u003eHtml-\u003escript('jquery-2.1.4.min');\n\t\techo $this-\u003eHtml-\u003escript('bootstrap.min');\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalisc%2Fcakephpquickemailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalisc%2Fcakephpquickemailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalisc%2Fcakephpquickemailer/lists"}