Comprehensive guides and API documentation to help you get the most out of XMail.
Welcome to XMail! This guide will help you get up and running with your email server in minutes.
# Download and install XMail
curl -fsSL https://xmail.com/install.sh | bash
# Configure your domain
xmail configure domain=yourdomain.com
# Start the service
sudo systemctl start xmail
XMail provides a modern, responsive webmail interface that works on all devices.
XMail provides a comprehensive REST API for integration with your applications.
All API requests require authentication using API keys or OAuth 2.0.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.xmail.com/v1/emails
List emails
Send email
List users
Create user