
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
smsmobileapi-send-email
Advanced tools
A Python module for sending emails using SMSMobileAPI directly from mailbox account
A Python module to send emails using SMSMobileAPI after linking your email account to the API.
Once logged into the SMSMobileAPI Dashboard, navigate to: MailBox -> MailConfig
Here, you can manage your connected email accounts and configure your email API settings.
Once your SMTP credentials are saved, an Email API Key will be generated for your email. Use both API keys to authenticate and send emails via Python.
pip install smsmobileapi-send-email
from smsmobileapi_send_email import SMSMobileAPIEmailSender
apikey = "your_account_api_key"
apikeybox = "your_email_api_key"
sender = SMSMobileAPIEmailSender(apikey, apikeybox)
response = sender.send_email(
sender_name="John Doe",
sender_email="john.doe@example.com",
recipient_email="recipient@example.com",
mail_subject="Test Email",
mail_body="Hello, this is a test email!",
allow_self_signed="yes"
)
print(response)
smsmobileapi-send-email
This module is licensed under the MIT License.
FAQs
A Python module for sending emails using SMSMobileAPI directly from mailbox account
We found that smsmobileapi-send-email demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.