Basic SMTP test server
Holamail currently accepts basic SMTP messages and logs received mail for testing and development.
Key features
Use Holamail as a lightweight SMTP endpoint while the production mail product evolves.
SMTP listener
Accepts basic SMTP commands such as HELO/EHLO, MAIL FROM, RCPT TO, DATA, and QUIT.
Message capture
Receives message data and logs it instead of delivering mail to external recipients.
Development friendly
Useful for local and integration tests that need a simple SMTP-compatible endpoint.
Quick start
Send a test message with any SMTP client.
1swaks --server smtp.testmail.hola.cloud:25 \
2 --from sender@example.com \
3 --to user@example.com \
4 --header 'Subject: Hello from Holamail' \
5 --body 'This is a test message.'
Common use cases
Microservices orchestration
Build and deploy with Holamail on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Data pipeline automation
Build and deploy with Holamail on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Event-driven architectures
Build and deploy with Holamail on HolaCloud's enterprise platform, designed for security, reliability, and scale.
API backend development
Build and deploy with Holamail on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Ready to get started?
Explore the documentation or launch the console to start building with Holamail.
Comments