Why Professional Email Matters More Than You'd Think
When I applied to my first affiliate program in 2022 using my personal Gmail address, I got rejected. The approval team cited "insufficient professional presence." After setting up contact@hostlaunch.online and reapplying, I was approved within 48 hours. Same site, same content — just a different email address.
This isn't an isolated case. AdSense reviewers, affiliate program managers, and business partners all use email addresses as a quick credibility signal. A Gmail address says "person with a hobby." A custom domain email says "person who's serious about their site." The switch takes 10 minutes and is included free with Hostinger Premium.
Creating Your Email Account in hPanel
Log into hPanel → click "Emails" in the left sidebar
You'll see the email management section. If you haven't created any email accounts yet, it will be empty.
Click "Create Email Account"
A form appears asking for the email prefix (the part before the @), your domain (shown as a dropdown), and a password.
Enter your details
For the prefix, I recommend starting with "contact" — it's professional, clear, and universally understood. Set a strong password (12+ characters). Click Create.
Test immediately
Click "Webmail" next to your new email account. You'll be taken to Roundcube (Hostinger's webmail client). Send a test email to your personal Gmail and reply back. This confirms everything is working before you publish the address anywhere.
Connecting Hostinger Email to Gmail — The Setup I Actually Use
I access all my business email through Gmail. This gives me Gmail's excellent spam filtering, search, and mobile app while sending and receiving from my custom domain address. Here's how to set it up:
Part A — Receive Email in Gmail (IMAP)
- In Gmail: Settings (gear icon) → See all settings → Accounts and Import
- Under "Check mail from other accounts" → click "Add a mail account"
- Enter your full custom email address → Next
- Select "Import emails from my other account (POP3)" → Next
- Enter these Hostinger settings:
- POP Server: mail.yourdomain.com
- Port: 995
- Username: your full email address
- Password: your email password
- Check "Always use a secure connection (SSL)"
- Click Add Account → Gmail will verify the connection
Part B — Send Email from Gmail Using Your Custom Domain
- In the same "Accounts and Import" settings → "Send mail as" → "Add another email address"
- Enter your name and custom email address → Next Step
- SMTP Server: mail.yourdomain.com, Port: 465, SSL
- Username: your full email, Password: email password
- Click Add Account → Gmail sends a verification code to your custom email
- Check your custom email via Webmail, copy the code, paste it back in Gmail → Verify
After this setup, when composing in Gmail you can choose which "From" address to use — your Gmail or your custom domain email. For any website-related correspondence, I always select the custom domain address.
What Email Addresses to Create
For a blog or affiliate site, three email addresses cover every use case:
- contact@yourdomain.com — Public address shown on your Contact page and About page. This is what readers and potential partners will use to reach you.
- admin@yourdomain.com — For WordPress notifications, hosting alerts, and platform system emails. Keep this separate so your contact inbox stays clean.
- noreply@yourdomain.com — Configure WordPress to send automated emails (password resets, comment notifications) from this address so users know not to reply to them.
Professional Email Included Free with Hostinger
100 email accounts · Free SSL · 30-day money back · $2.99/mo
Get Hostinger 80% Off →How many email accounts can I create on Hostinger?
Hostinger Premium allows up to 100 email accounts. For a single-person blog or affiliate site, you'll likely never need more than 3-5. The limit only becomes relevant for agencies or businesses managing email for multiple staff members, and even then 100 accounts covers most small business needs.
Can I use Hostinger email with Apple Mail or Outlook?
Yes — get the IMAP and SMTP settings from hPanel (Emails → your account → Set Up Devices) and enter them in any email client. IMAP is the preferred protocol over POP3 as it keeps emails synchronized across devices. If you access email from both a computer and a phone, IMAP ensures both devices show the same inbox state.
Email Deliverability — Getting Your Emails to Actually Arrive
One frustration I had early on: emails from my custom domain were occasionally landing in recipients' spam folders. This is a common issue with freshly configured email accounts. Here's what fixed it:
- SPF Record: Tells email providers which servers are authorized to send email from your domain. Without it, your emails look suspicious. Set up in hPanel → Domains → DNS Zone Editor → add TXT record. Hostinger's support chat will give you the exact value to enter in under 5 minutes.
- DKIM: A cryptographic signature on outgoing emails that proves they haven't been tampered with. Hostinger can enable this — ask support to set it up if it's not already active on your domain.
- Don't send bulk emails from your domain email: If you're building an email list, use a dedicated email marketing service (Mailchimp, MailerLite) rather than sending newsletters from your contact@yourdomain.com address. Bulk sending from a basic email account damages your domain's sending reputation.
Email on Mobile — The Setup I Use
I check business email on my phone via the Gmail app using the same IMAP setup described above. Works the same as a regular Gmail account but shows my custom domain address to recipients. For Apple iPhone users, the native Mail app works equally well with IMAP settings from hPanel. The key: use IMAP (not POP3) so your emails stay synchronized across all devices — delete something on your phone and it disappears on your computer too.
When to Use Webmail vs Email Client
Hostinger's webmail (Roundcube) is what I use when I need to access email from a shared or unfamiliar computer — like at a relative's house or a cybercafe. I wouldn't set up IMAP on a shared computer, but webmail is perfectly safe for occasional access. For daily use, the Gmail integration described above is more convenient and gives you Gmail's superior search and spam filtering on top of your custom domain email.
Why does my custom domain email sometimes show as Gmail when recipients reply?
This happens when Gmail's "Send mail as" isn't configured to make your custom email the default reply address. In Gmail Settings → Accounts and Import → "Send mail as" — find your custom email address and click "make default." After this, new emails you compose will show your custom domain address by default. You can still choose Gmail for personal emails by selecting from the From dropdown when composing.
Email Marketing Integration — Growing Beyond Transactional Email
Your custom domain email (contact@yourdomain.com) is for transactional communication — reader questions, affiliate applications, business correspondence. For building an email subscriber list and sending newsletters, you need a dedicated email marketing platform. Here's how the two work together:
- Transactional email: Hostinger business email → for one-to-one correspondence
- Marketing email: Mailchimp or MailerLite → for newsletters and list communications
- System email: WordPress notification email configured via WP Mail SMTP plugin
The reason you don't use your Hostinger email account for newsletters: sending bulk emails from a basic SMTP account damages your domain's email reputation. If enough subscribers mark your newsletters as spam, your entire domain's email deliverability suffers — including your transactional email. Dedicated email marketing platforms have built-in reputation management, unsubscribe handling, and CAN-SPAM/GDPR compliance features that a basic email account doesn't.
WP Mail SMTP — Fixing WordPress Email Delivery
WordPress by default uses PHP mail to send automated emails — password resets, comment notifications, contact form submissions. PHP mail has notoriously poor deliverability; many email providers filter it to spam automatically.
The fix: install WP Mail SMTP plugin, configure it to use your Hostinger email account's SMTP settings. This routes all WordPress emails through a proper authenticated SMTP connection that email providers trust. Steps:
- WordPress → Plugins → Add New → search "WP Mail SMTP" → Install → Activate
- In the WP Mail SMTP settings, select "Other SMTP" as the mailer
- Enter Hostinger's SMTP settings from hPanel (Emails → your account → Set Up Devices → SMTP settings)
- Enter your email username and password
- Click "Send Test Email" to verify it works
After this configuration, all WordPress emails — including contact form submissions via Contact Form 7 or WPForms — route through your authenticated business email account. Delivery rates improve dramatically. I had contact form submissions going to spam before this fix; zero spam issues after.
Managing Multiple Site Emails From One Inbox
I manage four websites from one Gmail account by routing all business emails there via IMAP connections. Gmail's filtering tools let me tag and organize emails from each site:
- Create a Gmail label for each site (e.g., "HostLaunch," "Site2," "Site3")
- Create a filter: "from: @hostlaunch.online" → apply label "HostLaunch" → don't send to spam
- Repeat for each domain
Now all emails from each site are automatically labeled when they arrive. I can view all email from a specific site by clicking its label in the sidebar, or see everything together in the main inbox. This system works well with up to 6-8 sites before it starts feeling cluttered. Beyond that, a proper email client like Superhuman or a CRM might be worth considering.
Email Security — Protecting Your Domain's Reputation
Once your domain sends email, its reputation becomes an asset worth protecting. A compromised email account sending spam can get your entire domain blacklisted by email providers — meaning even legitimate emails stop getting delivered. Standard protections:
- Strong password: 16+ characters, unique to this email account
- Change password immediately if you suspect compromise: Signs include unexpected password reset emails, contacts reporting spam from your address, bounce notifications for emails you didn't send
- Don't use your business email to sign up for random services: Each signup is another potential data breach vector. Use a disposable address for non-essential signups
- Enable SPF and DKIM: These records authenticate your outgoing email and prevent others from spoofing your domain
What is the difference between IMAP and POP3 for email?
IMAP keeps your emails synchronized across all devices — read something on your phone, it appears as read on your computer. Delete something on your computer, it's deleted from your phone too. Emails stay on the server. POP3 downloads emails to one device and optionally deletes them from the server — email only exists on the device that downloaded it. For anyone accessing email from multiple devices (phone + laptop is almost everyone), IMAP is the correct choice. Use POP3 only in specific situations where you want emails downloaded locally and removed from the server, which is rare in 2026.
How do I send email on behalf of my blog from Gmail on mobile?
The Gmail mobile app (iOS or Android) supports the "send mail as" accounts you've configured on the web. After setting up your custom email in Gmail web settings as described earlier, the Gmail app automatically includes it. When composing a new email on mobile, tap the "From" field at the top of the compose window — you'll see a dropdown showing both your Gmail address and your custom domain email. Select the custom email for any blog-related correspondence. The mobile setup is automatic once you've configured it on the web version — no separate mobile setup required.
Quick Reference — Summary and Next Steps
Before you close this article, here are the most important points worth remembering, plus concrete next steps based on where you are in building your site.
If You're Just Getting Started
The single most important decision at the beginning is your hosting foundation. Fast hosting (Hostinger's LiteSpeed servers) gives you a speed advantage that compounds over time — better Core Web Vitals mean better rankings, which means more traffic, which means more affiliate commissions and AdSense revenue. Choosing cheap slow hosting to save $1/month costs you far more in ranking potential than it saves in fees.
Get started on Hostinger Premium — it includes everything you need: fast LiteSpeed servers, free domain, free SSL, professional email, 100 websites, and 24/7 support. Install WordPress using the one-click installer in hPanel. Then focus entirely on content for the first 6 weeks — 2-3 quality articles per week targeting specific keywords your audience searches for. The technical setup matters, but content is what Google actually ranks.
If You're Already Publishing and Want to Accelerate Growth
At this stage, the leverage points are: internal linking (connecting new articles to existing ones distributes ranking authority across your site), content updates (Google rewards freshly updated content — revisit your top-performing articles every 3-6 months and improve them), and keyword expansion (identify which articles are ranking on pages 2-3 and improve them specifically to reach page 1).
Review your Google Search Console data weekly. The "Queries" report shows exactly which keywords are bringing impressions — these are your best clues for what content to write next and which existing articles to strengthen. A page getting 500 impressions but only 5 clicks (1% CTR) has something wrong — usually a title or meta description that doesn't match search intent. Fixing that one thing can double your traffic from that keyword without writing a new article.
If You're Waiting for AdSense Approval
While AdSense reviews your site, keep publishing. More indexed content means a better overall quality signal. Make sure your About page clearly identifies you as a real person with real experience — AdSense reviewers specifically check this. Ensure all four required pages (About, Contact, Privacy Policy, Disclaimer) are complete, properly written, and linked from every page's navigation.
The common reasons AdSense rejects sites in 2026: insufficient original content, author identity unclear, required pages missing or thin, site too new (under 4-6 weeks), or content that appears AI-generated without genuine personal expertise. Address whichever of these applies to your situation before requesting review.
Recommended Reading on HostLaunch
If this article was useful, these related guides on HostLaunch.online cover connected topics in depth:
- Hostinger Review 2026 — My complete 3-year assessment with real data, honest weaknesses, and who it's best suited for
- Best WordPress Hosting 2026 — 7 hosts tested simultaneously for 6 months, real comparative data
- How to Start a Blog in 2026 — The complete guide from niche selection to first commission, including what I'd do differently
- About Tabid — Who I am, how I test hosting, and why I write about this topic specifically
Questions about anything covered here? Use the contact page — I read every message and reply to most of them within 48 hours.