{"id":24863694,"url":"https://github.com/stuvusit/msmtp","last_synced_at":"2026-04-29T08:02:06.938Z","repository":{"id":81269376,"uuid":"134775104","full_name":"stuvusIT/msmtp","owner":"stuvusIT","description":"Set up msmtp","archived":false,"fork":false,"pushed_at":"2024-02-03T19:50:00.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T17:53:59.175Z","etag":null,"topics":["ansible","ansible-role","mail","msmtp","smtp"],"latest_commit_sha":null,"homepage":null,"language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuvusIT.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-24T22:29:37.000Z","updated_at":"2024-02-03T19:50:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"fca37e3f-cd8a-4b05-9feb-550b7f154383","html_url":"https://github.com/stuvusIT/msmtp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stuvusIT/msmtp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuvusIT%2Fmsmtp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuvusIT%2Fmsmtp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuvusIT%2Fmsmtp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuvusIT%2Fmsmtp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuvusIT","download_url":"https://codeload.github.com/stuvusIT/msmtp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuvusIT%2Fmsmtp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32416146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"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":["ansible","ansible-role","mail","msmtp","smtp"],"created_at":"2025-01-31T23:33:08.472Z","updated_at":"2026-04-29T08:02:06.906Z","avatar_url":"https://github.com/stuvusIT.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# msmtp\n\nThis role installs and configures msmtp for sending mail from the command line.\n\n## Requirements\n\nUbuntu\n\n## Role Variables\n\n| Name             | Default / Mandatory | Description                                                                              |\n|:-----------------|:-------------------:|:-----------------------------------------------------------------------------------------|\n| `msmtp_defaults` | `{}`                | Key-Value dict of msmtp configuration items                                              |\n| `msmtp_accounts` | `{}`                | Name-Values dict of msmtp accounts. See below for possible values                        |\n| `msmtp_aliases`  | `{}`                | Local-Remote dict of msmtp aliases. The remote end may be a list for multiple recipients |\n\n### Accounts\n\n| Name      | Default / Mandatory | Description                                                 |\n|:----------|:-------------------:|:------------------------------------------------------------|\n| `parents` |                     | List of parent accounts this account inherits settings from |\n\nAll other options are directly fed directly to the corresponding msmtp account section.\n\n## Example Playbook\n\n```yml\n- hosts: mail-senderes\n  roles:\n    - role: msmtp\n      msmtp_defaults:\n        auth: \"on\"\n        tls: \"on\"\n        tls_trust_file: /etc/ssl/certs/ca-certificates.crt\n      msmtp_accounts:\n        default:\n          host: mail.example.com\n          port: 587\n        private:\n          user: jdoe-private\n          password: secret\n        work:\n          parents: private\n          user: jdoe\n```\n\n## License\n\nThis work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).\n\n## Author Information\n\n- [Janne Heß](https://github.com/dasJ)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuvusit%2Fmsmtp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuvusit%2Fmsmtp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuvusit%2Fmsmtp/lists"}