MailSlurp resources
Guides - Page 12
Practical guides for MailSlurp messaging, testing, reliability, extract, account setup, and procurement workflows.
Posts
How to send emails in VBA
Send email in Visual basic. VBA scripting has built in mailing functionality. Use SMTPClient to send mail and attachments.
Read more technicalHow to Send E-Mail via Telnet (SMTP Command Guide)
Send e-mail via telnet using protocol-correct SMTP commands. Follow a step-by-step terminal session for EHLO, MAIL FROM, RCPT TO, DATA, and QUIT.
Read more technicalHow to receive email in Nighwatch.js automation testing
Test email login links in Firebase and other authentication providers using NightWatch
Read more technicalHow to handle rate-limit exception in MailSlurp
Reduce HTTP API Rate-Limit Exceptions: A Guide to Identify Causes, Batch Requests & Use Webhook Push with MailSlurp API
Read more technicalHow to create email templates for transactional emails
Use email templates with variable replacement for sending email campaigns with personalized messages. Email templating tutorial.
Read more technicalHow to configure email subdomains for custom servers
Efficiently manage subdomain custom mailboxes with SMTP/IMAP settings. Learn how to improve email performance and brand reputation with our guide.
Read more technicalHow to choose the perfect SMTP port
Which SMTP port should you use? Learn about popular options like 587, 465, 25, and 2525 and why choosing the right one matters for email delivery.
Read more technicalGraphQL email mail API is a powerful tool for managing email.
Fetch and read emails with Graph-QL mail APIs. Control and inbox using MailSlurp and Graph query language instead of SMTP protocol.
Read more technicalGetting Started with MailSlurp API (Developer Quickstart)
Install an SDK, configure your API key, create an inbox, send an email, and verify receipt in minutes with MailSlurp.
Read more technicalForward SMS text messages to code and tests via Webhooks or HTTP
Create real phone numbers to handle inbound SMS messages. Direct TXT to your application or test suites. Process SMS two-factor authentication flows.
Read more technicalFile to Base64: encode files in Node.js, Python, Java, Go, and C#
Learn how to convert file to base64 in multiple languages, upload base64 payloads to APIs, and avoid common size and encoding mistakes.
Read more technicalFetch Email Messages and Attachments in Code
Capture and read inbound emails with MailSlurp in tests and applications. Learn message listing, content retrieval, attachments, and webhook-ready receive patterns.
Read more