Summary: | [NEW PORT] mail/py-validate_email: Verifies if an email address is valid and really exists | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kai Knoblich <kai> | ||||
Component: | Individual Port(s) | Assignee: | Carlos J. Puga Medina <cpm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | cpm | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://pypi.python.org/pypi/validate_email | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 227040 | ||||||
Attachments: |
|
A commit references this bug: Author: cpm Date: Thu Mar 29 23:15:20 UTC 2018 New revision: 465936 URL: https://svnweb.freebsd.org/changeset/ports/465936 Log: Add new port mail/py-validate_email: Verifies if an email address is valid and really exists Verifies and checks if an e-mail address is valid, properly formatted and really exists. It can optionally check the MX records of the e-mail domain. WWW: https://github.com/syrusakbary/validate_email PR: 227029 Submitted by: Kai <freebsd_ports@k-worx.org> Changes: head/mail/Makefile head/mail/py-validate_email/ head/mail/py-validate_email/Makefile head/mail/py-validate_email/distinfo head/mail/py-validate_email/pkg-descr Committed! Thanks |
Created attachment 191897 [details] py-validate_email.shar Hello, attached is the shar file for the Python package py-validate_email, which verifies if an email address is valid and really exists. Note: The package can also check an email address against MX records. This feature requires the package dns/py-dns (for Python 3+: dns/py-py3dns). QA: ~~~ - poudriere (11.1-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK - portlint -> OK -- Cheers Kai