📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

Fast-Temp-mail-Creator

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Fast-Temp-mail-Creator

Library for creating and managing temporary email accounts with mail.tm API.

0.1.0
PyPI
Maintainers
1

Fast-Email

Library for creating and managing temporary email accounts with the mail.tm API.

Installation

You can install the library using pip:

pip install Fast-Email

Usage

Get available domains

domains = Lmi.domains()
print(f"Available domains: {domains}")

Register a new account

new_account = Lmi.register()
print(f"Registered account: {new_account}")

Get an authentication token

token = Lmi.get_token(new_account['email'], new_account['password'])
print(f"Authentication token: {token}")

Get email messages

messages = Lmi.get_sms(token)
print(f"Messages: {messages}")

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