Bug 227029 - [NEW PORT] mail/py-validate_email: Verifies if an email address is valid and really exists
Summary: [NEW PORT] mail/py-validate_email: Verifies if an email address is valid and ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Carlos J. Puga Medina
URL: https://pypi.python.org/pypi/validate...
Keywords:
Depends on:
Blocks: 227040
  Show dependency treegraph
 
Reported: 2018-03-28 12:08 UTC by Kai Knoblich
Modified: 2018-03-29 23:18 UTC (History)
1 user (show)

See Also:


Attachments
py-validate_email.shar (2.00 KB, text/plain)
2018-03-28 12:08 UTC, Kai Knoblich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2018-03-28 12:08:08 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-03-29 23:16:12 UTC
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
Comment 2 Carlos J. Puga Medina freebsd_committer freebsd_triage 2018-03-29 23:18:18 UTC
Committed!

Thanks