Skip to main content

XploitsR | XRSmtp is a module for fetching the details of any SMTP provider for your development or personal use.

Project description

XRSmtp

XploitsR | XRSmtp is a module for fetching the details of any SMTP provider for your development or personal use.

Usage

# import the xrsmtp module
import xrsmtp

#XRSmtp returns an a list which can be accessed with only 0 and 1 index
xr = xrsmtp.XRSmtp()

# For SSL
smtp_server = xr.smtp_portSSL("your-smtp-providers-name")[0] #example: Gmail
smtp_port = xr.smtp_portSSL("your-smtp-providers-name")[1] #example: Gmail


# For TLS
smtp_server = xr.smtp_portTLS("your-smtp-providers-name")[0] #example: Gmail
smtp_port = xr.smtp_portTLS("your-smtp-providers-name")[1] #example: Gmail


# [0] is used to retrieve the smtp server from the returned list
# [1] is used to retrieve the smtp server's port from the returned list


# You can list all possible smtp provider names XRsmtp module has using
smtp_listAll()

example: 
    smtps = xr.smtp_listAll()
    print("SMTP provider names ", smtps)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xrsmtp-1.0.4.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

xrsmtp-1.0.4-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file xrsmtp-1.0.4.tar.gz.

File metadata

  • Download URL: xrsmtp-1.0.4.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3rc1

File hashes

Hashes for xrsmtp-1.0.4.tar.gz
Algorithm Hash digest
SHA256 cd7606a37f214f98529aff954d7e4236d0db3709ca706cc84895659274b8c1fd
MD5 6f8026028910449a59e6773b5f8774ba
BLAKE2b-256 8754c24fdd1f7dd557bc119ba2afb86a31d10120c64384490568b2939c186d27

See more details on using hashes here.

File details

Details for the file xrsmtp-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: xrsmtp-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3rc1

File hashes

Hashes for xrsmtp-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1a89c726422990aa8c5332000b105460f6415eb01db69f8ed29d48350dc0998c
MD5 b5ae1a7471dda801e9103e881f8773d2
BLAKE2b-256 7e2e252af26168922cd222d8e24e8f7755fb474350ec84688f41dc2cef4b56ea

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page