{"id":19643896,"url":"https://github.com/fossmec/mailer","last_synced_at":"2025-08-02T01:09:30.458Z","repository":{"id":250211877,"uuid":"833806687","full_name":"FossMec/mailer","owner":"FossMec","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-12T14:36:56.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-09T20:09:58.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/FossMec.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":"2024-07-25T19:38:58.000Z","updated_at":"2024-08-12T14:37:00.000Z","dependencies_parsed_at":"2024-11-11T14:24:57.728Z","dependency_job_id":null,"html_url":"https://github.com/FossMec/mailer","commit_stats":null,"previous_names":["fossmec/mailer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FossMec%2Fmailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FossMec%2Fmailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FossMec%2Fmailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FossMec%2Fmailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FossMec","download_url":"https://codeload.github.com/FossMec/mailer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240950582,"owners_count":19883573,"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-11-11T14:24:32.274Z","updated_at":"2025-02-26T23:27:10.101Z","avatar_url":"https://github.com/FossMec.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Mailer \\n\n\n\nThis repository contains a Rust program that sends emails using the lettre library.\n\nPrerequisites\nBefore you begin, ensure you have met the following requirements:\n\nRust and Cargo are installed on your system. You can download and install Rust from \u003ca href = \"https://www.rust-lang.org/tools/install\"\u003ehere. \u003c/a\u003e\nAn email account with SMTP support.\nInstallation\nClone the repository:\n```\ngit clone https://github.com/FossMec/mailer.git\ncd mailer\n```\n\nTo run the program, you need to provide your email ID and password as command-line arguments. Here's the basic usage:\n\n```\ncargo run --release -- \u003cEMAIL_ID\u003e \u003cPASSWORD\u003e\n```\n\nReplace \u003cEMAIL_ID\u003e and \u003cPASSWORD\u003e with your actual email ID and password.\n\nExample\n\n```\ncargo run --release -- vrntwentyone@zohomail.in passwd\n```\n\nConfiguration\nThis program uses the lettre library for sending emails. The basic configuration for sending an email is included in the code.\n\nYou can modify SMTP server in main.rs.\n\nAdd Recepients at ```utils/recepients.rs```\n\nAdjust Mail to be sent in html format at ```utils/mail_content.rs```\n\nthings needed for this code to work:\n```src/utils/links.rs```\n\nand a ```Recepients.csv ```file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffossmec%2Fmailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffossmec%2Fmailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffossmec%2Fmailer/lists"}