How to Create a Professional Email Address on Your Domain
Last updated September 6, 2026
An address on your own domain, [email protected] rather than a free mail account, is one of the cheapest things you can do for how a business reads. It takes about a minute here, and there is nothing to buy: mailboxes are included with your hosting.
- Takes
- About a minute
- Costs
- Included with your plan
- Read it in
- Webmail, or any mail app
- Where
- Panel → Email
Create the Mailbox
Open your hosting account in the client area and choose Email.

-
Press Create Mailbox
The count above the list tells you how many your plan includes and how many are in use.
-
Type the address
The box reads left to right as the whole address: you type the part before the
@and pick the domain from the menu beside it. Letters, numbers, dots and dashes.
The address and the domain are one control, so the thing being created is on screen as a whole. -
Save the password
One is generated for you, and you can make another. Copy it before you close the dialog. It is not shown again. If it is lost, set a new one from the mailbox’s Password button.
The mailbox works immediately. It can send and receive as soon as it exists.
Read It in the Browser
Open Webmail at the top of the Email screen. Sign in with the full email address as the username ([email protected], not hello) and the mailbox password.
Webmail needs nothing installed and works from any computer, which makes it the right way to check mail from somewhere that is not your own machine. For everyday use, a real mail app is nicer.
Set It Up in Apple Mail, Outlook or Gmail
The Mail app settings block on the Email screen prints exactly what your app will ask for. The shape is always the same:
| Incoming | IMAP, port 993, SSL/TLS |
| Outgoing | SMTP, port 587, STARTTLS |
| Username | The full email address |
| Password | The mailbox password |
Two things that account for most setup failures:
- The username is the whole address. Apps often guess at just the first part.
- Outgoing mail needs authentication. If your app has a “my outgoing server requires authentication” box, tick it and use the same username and password. Without it, sending is refused, and deliberately so: a server that relays mail without asking who you are is a server that sends spam for strangers.
What to Call It
A small thing that changes how a business reads:
hello@orcontact@for a general address, and warmer thaninfo@, which reads like a form.yourname@for anything you want answered by a person.orders@,support@,accounts@for the jobs that outlive whoever is doing them.- Avoid
noreply@for anything a customer might sensibly reply to.
Making Sure It Arrives
Mail from a new domain has no reputation, and spam filters treat unknown senders carefully. The Email screen holds the DNS records that fix this — an MX record, plus SPF, DKIM and DMARC — folded away per domain, because they are needed once by whoever sets the domain up and never again.
If we run your DNS, they are already in place. If your DNS is elsewhere, copy them across; until you do, mail you send is likely to be filtered.
Email Sent by WordPress Is a Different Thing
A mailbox is for mail you read and write. The mail your website sends — order confirmations, contact form notifications, password resets — comes from WordPress, and it is worth pointing that at a proper sending service rather than letting PHP post it directly. That is a separate setup, and worth doing before a shop goes live.
Questions
How many mailboxes do I get?
It depends on your plan, and the Email screen prints it as “N of M used”.
Can I forward mail to Gmail instead?
Yes, and many people do. Be aware that forwarded mail sometimes fails a receiving server’s checks because it arrives from us rather than from the original sender. Reading it over IMAP in the Gmail app avoids that entirely.
Can I create an alias or a catch-all?
Open a ticket for either. Catch-alls do attract a lot of spam, so it is worth saying what you are trying to solve.
Is my mail backed up?
Mailboxes are a separate system from your website backups, which cover files and databases. If a mailbox holds something you cannot lose, keep a copy in a mail app that stores mail locally.
What happens to my mailboxes if I delete the website?
Ask us before you do. Removing a website is about files and databases; mail on that domain is worth a deliberate decision rather than a side effect.
Why is my outgoing mail refused?
Almost always the “outgoing server requires authentication” setting, unticked. Tick it and use the full address and mailbox password.