{"id":27060086,"url":"https://github.com/jonathanlight/email-server-true","last_synced_at":"2025-04-05T13:17:45.855Z","repository":{"id":49723601,"uuid":"214428594","full_name":"Jonathanlight/email-server-true","owner":"Jonathanlight","description":"Check if the mail server is correct or exists","archived":false,"fork":false,"pushed_at":"2023-01-04T22:38:48.000Z","size":97,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T03:52:11.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Jonathanlight.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":"2019-10-11T12:18:07.000Z","updated_at":"2019-10-14T00:25:25.000Z","dependencies_parsed_at":"2023-02-02T22:31:36.743Z","dependency_job_id":null,"html_url":"https://github.com/Jonathanlight/email-server-true","commit_stats":null,"previous_names":["jonathankablan/email-server-true"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonathanlight%2Femail-server-true","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonathanlight%2Femail-server-true/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonathanlight%2Femail-server-true/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonathanlight%2Femail-server-true/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jonathanlight","download_url":"https://codeload.github.com/Jonathanlight/email-server-true/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339150,"owners_count":20923014,"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-04-05T13:17:45.287Z","updated_at":"2025-04-05T13:17:45.849Z","avatar_url":"https://github.com/Jonathanlight.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# email-server-true\n\n\u003e Check if the domain mail is correct or exists\n\n## Install\n\n```\n$ npm install @jonathankablan/email-server-true\n```\n\n## Usage\n\n```js\nconst email = require('@jonathankablan/email-server-true')\n\n// You can use a string\nemail('johndoe') // return 'undefined' if email is invalid \n\nemail('johndoe@helloworld.fr') // return 'false' if email not match\n\nemail('johndoe@gmail.com') // return 'true' if email match\n\n// list of domains verify\n\"gmail.com\",\n\"yahoo.fr\",\n\"hotmail.fr\",\n\"hotmail.com\",\n\"outlook.fr\",\n\"live.fr\",\n\"live.com\",\n\"outlook.com\",\n\"orange.fr\",\n\"sfr.fr\",\n\"icloud.com\",\n\"me.com\",\n\"mac.com\",\n\"labanquepostale.fr\",\n\"laposte.net\",\n\"wanadoo.fr\"\n\n// you can also add your domain list\nvar newDomain = [\n    'discord.com',\n    'enterprise.net'\n];\n\nemail('johndoe@discord.com', newDomain) // return true\n```\n\n## Resources\n- [Regexr](https://regexr.com/) - Application regexr\n\n## License\nMIT © Jonathan Kablan\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanlight%2Femail-server-true","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanlight%2Femail-server-true","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanlight%2Femail-server-true/lists"}