{"id":13800694,"url":"https://github.com/blinkov/lager_smtp","last_synced_at":"2025-04-14T18:50:39.800Z","repository":{"id":3384276,"uuid":"4432501","full_name":"blinkov/lager_smtp","owner":"blinkov","description":"SMTP backend for lager","archived":false,"fork":false,"pushed_at":"2012-11-08T23:01:07.000Z","size":213,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T07:11:32.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blinkov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-24T12:26:58.000Z","updated_at":"2017-11-13T14:02:42.000Z","dependencies_parsed_at":"2022-09-05T14:10:31.154Z","dependency_job_id":null,"html_url":"https://github.com/blinkov/lager_smtp","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/blinkov%2Flager_smtp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinkov%2Flager_smtp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinkov%2Flager_smtp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinkov%2Flager_smtp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blinkov","download_url":"https://codeload.github.com/blinkov/lager_smtp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248941466,"owners_count":21186914,"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-04T00:01:15.208Z","updated_at":"2025-04-14T18:50:39.748Z","avatar_url":"https://github.com/blinkov.png","language":"Erlang","funding_links":[],"categories":["Logging"],"sub_categories":[],"readme":"Overview\n==========\n\nThis is a SMTP backend for [Lager](https://github.com/basho/lager).\nIt allows you to send email messages out of lager via SMTP server.\n\nConfiguration\n==========\nThis backend is configured using proplist with contents similar to the following example:\n\n\t{lager_smtp_backend, [\n\t\t{level, error},\n\t\t{to, [\u003c\u003c\"to@example.com\"\u003e\u003e]},\n\t\t{relay, \u003c\u003c\"smtp.example.com\"\u003e\u003e},\n\t\t{username, \u003c\u003c\"from@example.com\"\u003e\u003e},\n\t\t{password, \u003c\u003c\"secret_password\"\u003e\u003e},\n\t\t{port, 587},\n\t\t{ssl, true},\n\t\t{flush_interval, 20000}\n\t]}\n\t\nNote that **to** is a list of recipients, that is mandatory.\nOptional arguments are only **level**, **port** and **ssl**, example shows defaults.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblinkov%2Flager_smtp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblinkov%2Flager_smtp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblinkov%2Flager_smtp/lists"}