Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

posterum

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posterum

Simple e-mail address SMTP verification service

  • 0.1.1
  • PyPI
  • Socket score

Maintainers
1

Posterum 📫

Simple e-mail address SMTP verification service.

Features

  • SMTP-based validation
  • Catch-all tentative verification
  • Email service differentiation (e.g., Microsoft, Google, Yahoo, Zoho, etc.)
  • Horizontal scalability

Installation

Development

  1. Make sure you are running in a virtual environment (e.g., python3 -m venv .venv)
  2. Activate it (e.g., source .venv/bin/activate or .\.venv\Scripts\Activate.ps1)
  3. Install dependencies (we use pip-tools for dependency management)

Request email validation using GET http://localhost:8080/v1/addresses/validate?key=123&email=joao@amplemarket.com.

Load testing

You can use K6 to load-test the API. To do so, you need to install K6 and run the following command:

k6 run --vus 64 --iterations 5000 load/email-local.js

License

Posterum is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status PyPi Status License

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc