{"id":19270808,"url":"https://github.com/activecampaign/postmark-coldfusion","last_synced_at":"2026-02-24T10:03:30.295Z","repository":{"id":66239047,"uuid":"568009","full_name":"ActiveCampaign/postmark-coldfusion","owner":"ActiveCampaign","description":"ColdFusion library for sending emails through Postmark - http://postmarkapp.com","archived":false,"fork":false,"pushed_at":"2022-06-22T08:40:06.000Z","size":3,"stargazers_count":6,"open_issues_count":2,"forks_count":5,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-15T00:11:52.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://postmarkapp.com","language":"ColdFusion","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/ActiveCampaign.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-03-18T10:13:48.000Z","updated_at":"2025-12-04T17:30:58.000Z","dependencies_parsed_at":"2023-02-20T16:31:53.599Z","dependency_job_id":null,"html_url":"https://github.com/ActiveCampaign/postmark-coldfusion","commit_stats":null,"previous_names":["wildbit/postmark-coldfusion"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ActiveCampaign/postmark-coldfusion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActiveCampaign%2Fpostmark-coldfusion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActiveCampaign%2Fpostmark-coldfusion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActiveCampaign%2Fpostmark-coldfusion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActiveCampaign%2Fpostmark-coldfusion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ActiveCampaign","download_url":"https://codeload.github.com/ActiveCampaign/postmark-coldfusion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActiveCampaign%2Fpostmark-coldfusion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29779262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:54:30.205Z","status":"ssl_error","status_checked_at":"2026-02-24T04:53:58.628Z","response_time":75,"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-09T20:27:30.490Z","updated_at":"2026-02-24T10:03:30.273Z","avatar_url":"https://github.com/ActiveCampaign.png","language":"ColdFusion","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a ColdFusion Component for interacting with the [Postmark API](http://www.postmarkapp.com).\n\nFree to use, free to change \u0026 improve.  Please share those changes back with the community.\nVersion 1 was created by Jonathan Lane \\([jonathan.lane@gmail.com](mailto:jonathan.lane@gmail.com)\\).\n\n---\n\nPretty easy to use.  Drop `postmarkapi.cfc` in with your files and invoke it like so:\n\n\t\u003ccfinvoke component=\"postmarkapi\" method=\"sendMail\" returnVariable=\"pmCode\"\u003e\n\t\t\u003ccfinvokeargument name=\"mailTo\" value=\"YOUR RECIPIENT\"\u003e\n\t\t\u003ccfinvokeargument name=\"mailFrom\" value=\"SENDING ADDRESS\"\u003e\n\t\t\u003ccfinvokeargument name=\"mailSubject\" value=\"YOUR SUBJECT\"\u003e\n\t\t\u003ccfinvokeargument name=\"apiKey\" value=\"YOUR API KEY\"\u003e\n\t\t\u003ccfinvokeargument name=\"mailHTML\" value=\"\u003cbody\u003e\u003ch1\u003eIt worked!\u003c/h1\u003e\u003c/body\u003e\"\u003e\n\t\u003c/cfinvoke\u003e\n\nAlternatively, the `createObject` syntax is:\n\n\tpostmark = createObject(\"component\", \"path.to.postmarkapi\");\n\tpostmark.sendMail(\n\t\t\"recipient@domain.com\"\n\t\t,\"sender@domain.com\"\n\t\t,\"Email Subject\"\n\t\t,\"your-postmark-api-key\"\n\t\t,\"\u003cbody\u003e\u003ch1\u003eIt worked!\u003c/h1\u003e\u003c/body\u003e\"\n\t);\n\nThe component has 4 required arguments and accepts an additional 4 optional arguments.\n\n*REQUIRED:*\n\n* **mailTo:** your recipient\n* **mailFrom:** sending address\n* **mailSubject:** subject of your message\n* **apiKey:** the API key for the Postmark \"server\" you're using\n\n*OPTIONAL:*\n\n* **mailReply:** reply-to address\n* **mailCc:** CC recipient\n* **mailHTML:** content of the HTML message body\n* **mailTxt:** plain text message body\n\nThe component returns the status code returned from Postmark.\n\nThe component was built against CF 8, but should work fine at least back to CF 6 (not tested though).\n\nFeel free to send me any questions or comments.  I'll do my best to answer them.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factivecampaign%2Fpostmark-coldfusion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factivecampaign%2Fpostmark-coldfusion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factivecampaign%2Fpostmark-coldfusion/lists"}