{"id":13743771,"url":"https://github.com/Matan/AS3Mailer","last_synced_at":"2025-05-09T01:31:50.422Z","repository":{"id":137558494,"uuid":"1859577","full_name":"Matan/AS3Mailer","owner":"Matan","description":"Sends email from flash using server script or invokes a mailto.","archived":false,"fork":false,"pushed_at":"2011-08-27T11:15:36.000Z","size":2247,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-15T14:35:53.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://doesflash.com/2011/06/as3mailer-send-email-from-flash/","language":"ActionScript","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/Matan.png","metadata":{"files":{"readme":"README.textile","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":"2011-06-07T12:04:44.000Z","updated_at":"2022-12-26T09:10:43.000Z","dependencies_parsed_at":"2023-03-11T02:56:41.970Z","dependency_job_id":null,"html_url":"https://github.com/Matan/AS3Mailer","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/Matan%2FAS3Mailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matan%2FAS3Mailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matan%2FAS3Mailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matan%2FAS3Mailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Matan","download_url":"https://codeload.github.com/Matan/AS3Mailer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253174369,"owners_count":21865852,"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-08-03T05:00:56.824Z","updated_at":"2025-05-09T01:31:48.789Z","avatar_url":"https://github.com/Matan.png","language":"ActionScript","readme":"h2. AS3Mailer\n\nSend emails from Flash using server scripts or a mailto link.\n\nh2. Call out to server developers!\n\nI'd love to see more implementations of the server mailing script. It should be very easy to model any other language implementation from the current php one. Please fork and show us your greatness! :) \n\nh3. Overview\n\nAS3Mailer provides you with a simple api to format and manage an email. Easily add recipients, from address, subject and email body.\n\nh3. Some Features\n\nPlease check out the \"AS3Mailer - Send email from Flash\":http://doesflash.com/2011/06/as3mailer-send-email-from-flash/ for a working example.\n\n* Easy api.\n* Use any server script.\n* Fall back mailto link creation.\n* Load external email body.\n\nh3. Quick Examples:\n\n\u003cpre\u003e\nvar mailer : AS3Mailer = new AS3Mailer(\"SECRET_WORD\", \"http://somedomain.com/mail.php\");\nmailer.setFrom(\"no-reply@doesflash.com\", \"Does Flash?\");\nmailer.addRecipient(\"some@dude.com\", \"Some Dude\");\nmailer.addRecipient(\"other@dude.com\", \"Other Dude\", AS3Mailer.CC);\nmailer.subject = \"Test Mail using AS3Mailer\";\nmailer.messageURL = \"http://somedomain.com/static-mail-example.html?\";\nmailer.send();\n\u003c/pre\u003e\n\u003cpre\u003e\nvar mailer : AS3Mailer = new AS3Mailer(\"SECRET_WORD\", \"http://somedomain.com/mail.php\");\nmailer.send(\"from@somewhere.com\", \"to@somewhere.com\", \"Dear Mr. To\", \"Hello Mr. To, how are you?\");\n\u003c/pre\u003e\n\u003cpre\u003e\nvar mailer : AS3Mailer = new AS3Mailer();\nmailer.send(\"from@somewhere.com\", \"to@somewhere.com\", \"Dear Mr. To\", \"Hello Mr. To, how are you?\");\n\u003c/pre\u003e\n\nh3. Dependencies\n\n* \"AS3Crypto\":http://code.google.com/p/as3crypto/\n\nh2. License\n\nThe MIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","funding_links":[],"categories":["Networking"],"sub_categories":["Email"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMatan%2FAS3Mailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMatan%2FAS3Mailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMatan%2FAS3Mailer/lists"}