{"id":24866492,"url":"https://github.com/eieste/django-mail-system","last_synced_at":"2025-03-26T19:22:29.388Z","repository":{"id":33771549,"uuid":"161455963","full_name":"eieste/django-mail-system","owner":"eieste","description":"A useful library to create E-Mail templates und log E-Mail transmissions","archived":false,"fork":false,"pushed_at":"2024-02-07T20:30:34.000Z","size":35,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-01T01:12:04.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eieste.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}},"created_at":"2018-12-12T08:25:14.000Z","updated_at":"2020-07-30T16:40:57.000Z","dependencies_parsed_at":"2022-08-07T23:00:56.475Z","dependency_job_id":null,"html_url":"https://github.com/eieste/django-mail-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eieste%2Fdjango-mail-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eieste%2Fdjango-mail-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eieste%2Fdjango-mail-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eieste%2Fdjango-mail-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eieste","download_url":"https://codeload.github.com/eieste/django-mail-system/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245718869,"owners_count":20661177,"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":"2025-02-01T01:12:07.658Z","updated_at":"2025-03-26T19:22:29.350Z","avatar_url":"https://github.com/eieste.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/eieste/django-mail-system.svg?branch=staging)](https://travis-ci.org/eieste/django-mail-system)\n[![Documentation Status](https://readthedocs.org/projects/django-mail-system/badge/?version=staging)](https://django-mail-system.readthedocs.io/en/staging/?badge=staging)\n\n \n# django-mail-system\n\nA useful library to create E-Mail templates und log E-Mail transmissions\n\n\nYou can define Templates and Variables for this Templates.\nIt can be used to send E-Mails.\nThe whole process is very simple. \n\nExample:\n\nYou have a WebService and you would like to send bill mails to all users every first day of a month, you can do it with the following code:\n\n\n```\nfrom mailsystem.utils.factory import MailFactory\nimport datetime\n\nif datetime.now().day == 1:\n    for user in User.objects.filter(active=True):\n        MailFactory.trigger(reason=\"billmail\", reference=user)\n    \n```\n\n\n## Install\n```\npip3 install django-mail-system\n```\n## Usage\n\nAdd app to settings.py\n\n```\nINSTALLED_APPS = [\n    ...,\n    mailsystem,\n]\n```\n\n## Documentation\n\n[Read the Docs](https://django-mail-system.readthedocs.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feieste%2Fdjango-mail-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feieste%2Fdjango-mail-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feieste%2Fdjango-mail-system/lists"}