MailSlurp resources
Email API, deliverability, and QA engineering blog - Page 22
Tactical writing for teams building reliable email and SMS workflows in development, CI, and production operations.
Posts
How to test that an email is received using Cypress JS.
Learn to automate email testing with Cypress JS and MailSlurp's free email testing platform. Improve your web app's email functionality!
Read more technicalHow to start selenium in a background process and wait for it to start
Simplify Acceptance Testing by Spawning Selenium Server Before Tests with a Bash Script: A Developer's Guide | Selenium | QA | Automation.
Read more technicalHow to set the same property twice with React inline styles
Lately when needing to provide Webp background image image-sets I discovered a way to set the same React inline style property twice.
Read more technicalHow to Send Email in Python (SMTP + smtplib + Production Checklist)
Send email in Python with smtplib using secure SMTP settings, environment-based credentials, and release-ready testing workflows.
Read more technicalHow to Send Email Attachments with SMTP (MIME, Limits, and Reliable Tests)
Send attachments correctly with SMTP using MIME multipart messages. Learn encoding, file-size limits, security checks, and test strategies.
Read more technicalHow to send and test confirmation emails
Learn what confirmation emails should include and how to test signup, order, payment, shipping, and cancellation messages before customers receive them.
Read more technicalHow to send an email using Powershell (Windows and cross-platform)
Sending emails with Powershell made easy: Learn how to use Send-MailMessage to easily send emails using SMTP or MailSlurp's API cross-platform.
Read more technicalHow to Send an Email as a Text Message (Email-to-SMS Guide)
Learn how email-to-SMS works, when carrier gateways are useful, and when to use an API for reliable two-way messaging workflows.
Read more technicalHow to Read Gmail Messages with IMAP from Terminal (OpenSSL Walkthrough)
Connect to Gmail IMAP from your terminal using OpenSSL, authenticate safely, select folders, and fetch message data for debugging.
Read more technicalHow to Create Compelling Email Subject Lines to Increase Open Rates
Crafting the Perfect Email Subject Line: Tips and Examples to Personalize and Make your Emails Relevant for High Open Rates and Improved Campaigns.
Read more technicalHow to add google fonts to Tailwind CSS custom config (NextJS example)
Tailwind CSS is a powerful frontend framework. Customize your tailwind theme using GoogleFonts and CSS variable syntax.
Read more technicalHere is a way to send email in R using the "sendmailR" package.
Learn how to send emails using RLang with this tutorial covering two popular methods: sendmailR and Blastula. Upgrade your automated scripting!
Read more