Find answers to common questions, browse our knowledge base, or get personalized help from our technical support team.
Expert technical assistance when you need it
Multiple ways to get the support you need
Get help setting up your email client or application with our SMTP service.
Setup Guides AvailableLearn how to properly configure SPF, DKIM, and DMARC records for your domain.
Step-by-Step InstructionsTroubleshoot email delivery problems and improve your sender reputation.
Expert AssistanceComprehensive guides and documentation for all platform features
Complete instructions for setting up your email client or application to use Smarthost.MX as your SMTP relay service.
Set up your DNS records correctly to ensure maximum email deliverability and security with SPF, DKIM, and DMARC.
Comprehensive guide to identifying, diagnosing, and resolving email delivery problems with step-by-step solutions.
Master your Smarthost.MX dashboard with guides to SMTP settings, sender address management, email statistics, and DNS record monitoring.
Master our DNS Checker tool to validate email authentication records and optimize your domain for maximum deliverability.
Master DMARC reporting with Smarthost.MX. Understand your email authentication data, identify threats, and optimize security.
Find quick answers to common setup and configuration questions
Basic SMTP Settings:
Authentication Credentials:
Use the SMTP Username and Password from your verified "Send From" addresses in your dashboard. Each sender address has its own unique credentials.
Add this to your domain's TXT record:
v=spf1 include:spf.smarthost.mx ~all
If you already have an SPF record, add include:spf.smarthost.mx
before the "all" mechanism.
1. Go to your Dashboard and add a "Send From" address
2. Use the DNS Checker to get your DKIM key
3. Create a TXT record for hostname: smarthost._domainkey
4. Paste the DKIM key as the record value
Create a TXT record for hostname: _dmarc
Recommended value: v=DMARC1; p=quarantine;
Step-by-step process:
Common causes and solutions:
Use our DNS Checker to verify your SPF, DKIM, and DMARC records are properly set up.
Check your Dashboard to ensure your "Send From" address shows as verified.
Account Management:
Billing Management:
Integration Methods:
Use standard SMTP libraries in your programming language:
$mail = new PHPMailer();
$mail->isSMTP();
$mail->Host = 'smtp.smarthost.mx';
$mail->SMTPAuth = true;
$mail->Username = 'your_smtp_username';
$mail->Password = 'your_smtp_password';
$mail->SMTPSecure = 'tls';
$mail->Port = 587;
Login to access technical support
Technical support is available exclusively for our customers. Please log in to your account to access the support form and get personalized assistance.
Don't have an account? Sign up for Smarthost.MX to get started with our professional SMTP relay service.