{"id":23248924,"url":"https://github.com/sinhapaurush/gmail","last_synced_at":"2025-04-06T01:20:56.365Z","repository":{"id":113435138,"uuid":"360035775","full_name":"sinhapaurush/gmail","owner":"sinhapaurush","description":"Send Mail via a GMAIL account in TMINC PHP EXTENSION.","archived":false,"fork":false,"pushed_at":"2023-04-24T02:25:44.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T07:25:49.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/sinhapaurush.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}},"created_at":"2021-04-21T04:50:49.000Z","updated_at":"2023-04-24T02:24:43.000Z","dependencies_parsed_at":"2023-12-04T18:09:03.005Z","dependency_job_id":null,"html_url":"https://github.com/sinhapaurush/gmail","commit_stats":null,"previous_names":["fuhrerindia/gmail","sinhapaurush/gmail"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinhapaurush%2Fgmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinhapaurush%2Fgmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinhapaurush%2Fgmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinhapaurush%2Fgmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinhapaurush","download_url":"https://codeload.github.com/sinhapaurush/gmail/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247421131,"owners_count":20936234,"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-12-19T08:16:10.135Z","updated_at":"2025-04-06T01:20:56.339Z","avatar_url":"https://github.com/sinhapaurush.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GMAIL\nSend Mail via a GMAIL account in TMINC PHP EXTENSION.\nImport this Library on the Page where you want to use it by PHP EXTENSION meta() function.\nOpen string.php file in root directory and\n Define variables as of below.\n    ```php\n    $gmail_username = \"-- YOUR GMAIL ID --\";\n    $gmail_password = \"-- YOUR GMAIL PASSWORD --\";\n    $gmail_from = \"-- SET FROM MAIL --\";\n    ```\n    FROM MAIL: This will be visible to mail recievers af \"From\" mail.\n    \n    \n   #How to send Mail?\n   After importing, use `gmail()` function to send mail.\n   Parameters in gmail()\n   ```php\n   gmail(\"--TO / RECIEVERS E-MAIL ADDRESS --\", \"-- MAIL SUBJECT --\", \"-- MAIL BODY (Can accept HTML)--\");\n   ```\n   \n   If Mail is sent, this function will return true, if mail is not sent due to some reason, this function will return false so that you can use it like normal mail() funtion.\n   for eg:\n   ```php\n   if (gmail($to, $subject, $body)){\n     echo \"Mail Sent\";\n    }else{\n     echo \"Mail Not sent\";\n    }\n   ```\n   You can delete this file, if you know how to use this Library.\n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinhapaurush%2Fgmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinhapaurush%2Fgmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinhapaurush%2Fgmail/lists"}