Hostinger SMTP Settings: Ports, DNS Records, SPF, DKIM, & DMARC

How to Configure Hostinger SMTP Settings (Ports, DNS Records, and Sending Limits)

How to Configure Hostinger SMTP Settings (Ports, DNS Records, and Sending Limits)

If you’re searching for Hostinger’s SMTP settings, you’re probably not setting up an email client. You’re more likely plugging outgoing mail into a WordPress contact form, a custom script, or an app that needs to send transactional email through your domain.

That’s a different job than connecting Gmail or Outlook, so I’m approaching this guide from that angle: get the SMTP values right, understand what limits you’re working within, confirm the DNS records that keep your mail out of spam, and check a recent security change that can silently break connections if your app hasn’t caught up.

Email Hosting Plans with Hostinger
The simplest and cheapest email hosting solution. period.
Visit Hostinger

Step 1: Get Your SMTP Hostname, Port, and Encryption

Everything starts with three values, found in hPanel under Emails > Mailboxes > Connect apps & devices > Advanced settings.

Hostinger hPanel advanced SMTP settings showing hostname, port, and encryption details

SettingValue
Hostnamesmtp.hostinger.com
Recommended port465 (SSL/TLS)
Alternative port587 (STARTTLS/TLS)

Port 465 is what’s known as implicit TLS, meaning the encrypted connection is established right away rather than starting unencrypted and upgrading partway through.

That’s the port hPanel shows by default, and it’s the one I’d start with. But hPanel’s own settings screen doesn’t mention port 587 at all, so I asked Hostinger’s Kodee AI assistant directly whether it’s supported.

Kodee confirmed that smtp.hostinger.com does support port 587 with STARTTLS as an alternative, and suggested trying it if you run into encryption issues on 465. So both of these work:

  • 465 with SSL/TLS (the recommended default)
  • 587 with STARTTLS/TLS (an alternative if 465 causes issues)

Hostinger Kodee confirmation that SMTP port 587 with STARTTLS is supported

Tip
If your app or library defaults to 587 rather than 465, you don’t need to force it onto a different port. Either one connects to the same server.

Step 2: Set Your Authentication Correctly

SMTP authentication uses your full mailbox address as the username and the mailbox password as the password, the same password you set when the mailbox was created.

Hostinger mailbox authentication settings for SMTP username and password

This trips people up in one specific way: it’s not your hPanel account password.

Those are two separate credentials, and using the wrong one produces an authentication failure that looks identical to a wrong-password error, so it’s easy to waste time assuming the whole configuration is broken when it’s really just one mismatched credential.

One question I’d expect from anyone security-conscious: does two-factor authentication on the mailbox interfere with SMTP login? It doesn’t.

2FA in Hostinger Webmail applies only to the webmail login screen, not to SMTP, IMAP, or POP3 authentication. Your app keeps using the standard email and password combination regardless of whether 2FA is turned on for that mailbox.

Step 3: Check Your Sending Limits Before You Build Anything

This is the step most SMTP setup guides skip, and it’s the one most likely to bite you later. Hostinger applies daily sending limits per mailbox, and they vary a lot depending on your plan.

Before wiring SMTP into an app that might send in bulk, or on a schedule, it’s worth knowing exactly what you’re working with.

You can check your own limits in hPanel: go to Emails > Mailboxes, then click View limits next to your plan.

Hostinger hPanel View limits option for an email mailbox plan

On the test account here, a Free Business Email plan, the numbers looked like this:

LimitValue
Storage per mailbox1.00 GB
Emails per mailbox15,000
Daily message sending100 in 24 hours
Outgoing email size35 MB
Email attachment size25 MB
Recipients per message (To, Cc, Bcc)100
Aliases per mailbox5
Forwarders per mailbox1

Hostinger Free Business Email mailbox storage and daily sending limits

That 100-per-day figure applies to sending alone, and it’s separate from your inbound limit, meaning receiving 50 emails that day doesn’t count against your 100 outgoing.

But if you’re planning to send transactional email at any real volume, like order confirmations or password resets from an app with active users, 100 a day disappears fast.

If that sounds like your use case, it’s worth checking current Hostinger email deals before you build against a limit you’ll outgrow quickly.

Here’s how sending limits change across plans:

PlanStorageMessage LimitDaily Rate (In/Out)Recipients per Message
Free Business Email (legacy)1 GB15,000100/day100
Business Starter5 GB100,0001,000/day100
Business Premium50 GB300,0003,000/day100

Two things stand out here. First, the daily rate applies separately to inbound and outbound, so a 1,000/day limit on Business Starter means 1,000 sent and 1,000 received, not 1,000 combined. Second, the 100-recipients-per-message cap doesn’t change between plans at all.

Important
If you’re thinking about using Hostinger SMTP to send a single email to a large mailing list, that’s not what this is built for regardless of which plan you’re on. Recipients per message stays capped at 100 across every tier, so anything resembling bulk newsletter sending needs a dedicated email marketing tool instead of SMTP relay.

A few additional technical limits apply no matter which plan you’re on: inbound email size caps at 50 MB including attachments, outbound caps at 35 MB, and individual attachments are capped at 25 MB. If your app is generating large PDF invoices or attaching media files, these are the ceilings to design around.

SMTP Settings: Ports, DNS Records, and Sending Limits

Hostinger SMTP settings let you send email securely through mail clients, websites, and third-party applications using the correct server and port configuration. Proper DNS authentication and awareness of account sending limits can improve deliverability and help prevent outgoing emails from being rejected or flagged as spam.
Visit Site Coupons6

Step 4: Set Up the DNS Records That Keep Your Mail Out of Spam

SMTP settings get your app talking to Hostinger’s mail server, but whether the mail you send actually lands in an inbox instead of spam depends on DNS records that authenticate your domain as a legitimate sender.

This matters more, not less, when you’re sending through an app or script rather than a normal email client, since automated mail from unfamiliar sending patterns is exactly what spam filters scrutinize hardest.

RecordPurposeWhere to Find It
MXRoutes incoming mail to your mailboxEmails > Domain settings
SPFLists which servers can send as your domainEmails > Domain settings
DKIMSigns outgoing mail to prove it wasn’t alteredEmails > Domain settings (automatic) or Emails > Custom DKIM (manual)
DMARCTells receivers what to do if SPF/DKIM checks failEmails > Domain settings

If your domain uses Hostinger’s own nameservers, all four of these get added automatically and show as verified without any action from you. If your domain’s DNS is managed elsewhere, you’ll need to copy the values over manually.

I’ve covered the exact record values, plus a detail worth knowing about Hostinger offering two separate DKIM setups depending on where your DNS lives, in our full Hostinger email setup guide rather than repeating the entire walkthrough here.

Step 5: Confirm Your App Supports TLS 1.2 (This Can Silently Break Connections)

This is the part of Hostinger SMTP settings that’s easy to miss because it’s not really a “setting” you configure; it’s a requirement your sending software either meets or doesn’t.

Warning
Hostinger retired support for TLS 1.0 and TLS 1.1 across its mail infrastructure, including SMTP, as of March 30, 2026. Any connection attempt still using those older protocol versions is automatically rejected rather than falling back to something weaker.

For most people, this changes nothing, since modern email clients and current programming libraries have defaulted to TLS 1.2 or higher for years. Hostinger’s own data puts affected traffic at under 0.01%. But if your app runs on older infrastructure, an outdated SMTP library, a legacy server operating system, or hardware that’s never been updated, this is worth checking directly rather than assuming it’s fine.

The systems most likely to be affected are things like Windows XP-era servers or very old versions of macOS mail software, environments that were already showing their age before this change.

If you’re troubleshooting a connection that suddenly stopped working with no configuration changes on your end, an outdated TLS version is a real possibility worth ruling out before you assume the SMTP settings themselves are wrong.

Hostinger’s SMTP settings themselves are simple, one hostname, one port, one encryption method, but the details that actually determine whether your integration works reliably sit around those settings.

Know your real sending limits before you build something that’ll hit them, get DNS authentication right so automated mail doesn’t get flagged, and confirm your sending software meets the current TLS requirement.

Troubleshooting Common SMTP Issues

  • Authentication keeps failing. Confirm you’re using the full mailbox address as the username and the mailbox password, not your hPanel account password.
  • Connection fails immediately. Check that port 465 is set with SSL/TLS enabled, not a different port or an unencrypted setting. Either of those will fail to connect at all.
  • Emails stop sending with no config changes. Verify your app or library supports TLS 1.2 or higher. Connections using TLS 1.0 or 1.1 are rejected as of the March 2026 protocol change.
  • Hitting a sending limit unexpectedly. Check your actual daily rate under Emails > Mailboxes > View limits. Free and legacy plans cap out at 100 sends a day, which is easy to hit with an active app.
  • Message rejected for too many recipients. Every Hostinger email plan caps messages at 100 recipients across To, Cc, and Bcc combined. This applies regardless of plan tier.
  • Large attachments failing to send. Outbound email size, including attachments, is capped at 35 MB, with individual attachments capped at 25 MB.
Email Hosting Plans with Hostinger
The simplest and cheapest email hosting solution. period.
Visit Hostinger
Hostinger
A$2.26 /mo
Starting price
Visit Hostinger
Rating based on expert review
  • User Friendly
    4.9
  • Support
    4.9
  • Features
    4.8
  • Reliability
    4.7
  • Pricing
    4.5

Frequently Asked Questions

What are Hostinger's SMTP settings?

The SMTP hostname is smtp.hostinger.com, using port 465 with SSL/TLS encryption. Authentication requires the full mailbox email address and its password, found in hPanel under Emails > Mailboxes > Connect apps & devices.

What port does Hostinger SMTP use?

The recommended port is 465 with SSL/TLS, which is what hPanel shows by default. Port 587 with STARTTLS also works as an alternative if you run into encryption issues on 465, confirmed directly by Hostinger’s Kodee AI assistant, even though hPanel’s settings screen only lists 465.

Does Hostinger limit how many emails I can send?

Yes. Daily sending limits vary by plan, ranging from 100 emails a day on free and legacy plans up to 3,000 a day on Business Premium. Every plan also caps individual messages at 100 recipients across To, Cc, and Bcc combined.

Do I need an app password for Hostinger SMTP?

No separate app password is required. SMTP authentication uses your standard mailbox email and password, the same credentials set when the mailbox was created. Two-factor authentication on the mailbox applies to webmail login only and doesn’t affect SMTP authentication.

Is TLS 1.0 still supported for Hostinger SMTP?

No. Hostinger retired support for TLS 1.0 and TLS 1.1 across its mail infrastructure as of March 30, 2026, including SMTP. Connections attempting to use those older protocol versions are rejected, so any app or library sending mail needs to support TLS 1.2 or higher.

Hostinger Webmail Login: How to Access Hostinger Email (Step-by-Step)

I logged into a live Hostinger account to test both ways of reaching webmail: through hPanel and by going straight to the login page. Here's e...
3 min read
Walter Akolo
Walter Akolo
Hosting Expert

How to Set Up Hostinger Email (SMTP, IMAP, POP3, and DNS Settings)

I set up a mailbox on a live  account and worked through every configuration path it offers. I'll walk you through it in the same order I...
9 min read
Walter Akolo
Walter Akolo
Hosting Expert

Hostinger Email Not Working: How to Fix Sending and Receiving Issues

I spent a session deliberately breaking my own Hostinger mailbox to see what real failures actually look like: sending to fake addresses, hitt...
7 min read
Walter Akolo
Walter Akolo
Hosting Expert

How to Connect Hostinger Email to Gmail

If you've searched for this before, you might have found old instructions telling you to go to Gmail Settings, click "Add a mail account" unde...
4 min read
Walter Akolo
Walter Akolo
Hosting Expert
Click to go to the top of the page
Go To Top
HostAdvice.com provides professional web hosting reviews fully independent of any other entity. Our reviews are unbiased, honest, and apply the same evaluation standards to all those reviewed. While monetary compensation is received from a few of the companies listed on this site, compensation of services and products have no influence on the direction or conclusions of our reviews. Nor does the compensation influence our rankings for certain host companies. This compensation covers account purchasing costs, testing costs and royalties paid to reviewers.