Routing
7 min read
Can I send email from my own domain using my existing Gmail?
Receiving mail on your domain is half of it. This is the other half — the step that decides whether your replies look professional or reveal the arrangement behind them.
Short answer
Yes. Mail apps including Gmail let you add an alternative sending identity and send through your domain's outgoing server, so recipients see `[email protected]` as the sender. It requires the outgoing server details and a password — an address added without them either cannot be used or sends in a way that reveals the underlying account. Once configured, replies to mail that arrived at your domain go out as your domain by default.
Inbound → your existing inbox
Set up once, on the domain. Works immediately.
Outbound → through your domain's server
Set up per mail app, with the outgoing server details.
Both directions carry the same address. Only the second one needs a password.
Why sending is a separate step
Receiving mail on your domain is a change to your domain: records say where mail is delivered, and everything that writes to you follows them. It applies to the whole world at once and needs nothing from your mail app.
Sending is different. When you write a message, the app you are writing in decides which server carries it and which address it claims to be from. Your domain has no say in that — it can only publish which servers are permitted to send on its behalf, which is what SPF and DKIM do. So the sending identity has to be configured inside each app you write from.
Your domain controls where mail arrives. Your mail app controls what your outgoing mail claims to be. That is why the two halves are configured in two different places.
Adding your domain as a sending address
The wording differs between apps — “Send mail as”, “Add another address”, “Aliases”, “Add account” — but the sequence is the same everywhere, and so are the details you need.
Your mail app → Settings
- General
- Accounts — Send mail asadd another addressThis one
- Filters and blocked addresses
- Forwarding
- Signature
Choose “add another email address”. When asked, do NOT treat it as an alias of your existing account — enter the outgoing server details you were given.
- 1
Collect the outgoing server details first
The server hostname, the port, your full address as the username, and the password issued for it. Have them in front of you — the dialogue times out and restarts if you go looking mid-way.
- 2
Add the address in your mail app's accounts settings
Enter
[email protected]and the display name recipients should see. The display name is what appears in their inbox list, so write it the way you want to be read. - 3
Enter the outgoing server, not “alias of this account”
This is the step that decides everything. Choosing the alias option skips the server details and sends through your existing provider, which is what produces the
vianote recipients can see. - 4
Confirm the address
The app sends a confirmation to the address you just added. Because that address routes to the inbox you are already in, it usually arrives in the same place seconds later.
- 5
Make it the default for replies
Set replies to go out from the address the message was sent to. This is what makes the whole thing automatic — you never have to remember to switch sender.
- 6
Send one message to a different provider and read it there
Not to yourself at the same provider. Open it in another account and look at the sender exactly as a customer would.
The “via” note, and how to remove it
The most common complaint after setting this up is that recipients see something like “from [email protected] via gmail.com”. It is a small piece of text, and it undoes most of the point of the exercise: it announces that the address is a front for another account.
It appears when the message claims to be from your domain but was actually handed to the internet by a different provider's servers. The receiving app notices the mismatch and discloses it — correctly, because that mismatch is also what a forgery looks like.
The fix is the step above: configure the outgoing server rather than accepting the alias option. Once messages leave through a server your domain has authorised, there is no mismatch, nothing to disclose, and the note disappears.
Sent as an alias
No outgoing server configured
- Fast to set up — no server details needed (advantage)
- Recipients may see “via” your consumer provider (drawback)
- The From: domain and the sending server disagree (drawback)
- More likely to be filtered under a strict DMARC policy (drawback)
Sent through your domain's server
Outgoing server and password configured
- Recipients see only your domain (advantage)
- The message is signed and authorised by your domain (advantage)
- Behaves correctly under strict DMARC policies (advantage)
- A few more fields to enter, once per app (drawback)
When it will not connect
Setup failures here are few and they repeat. Work through them in this order.
- The username is not your local part. It is the full address,
[email protected], notyou. This is the most frequent single cause. - The password was mistyped or has expired. Passwords for sending addresses are long and are shown once. If you no longer have it, issue a new one rather than guessing — rotating takes seconds and guessing can lock the address temporarily.
- The port or encryption setting is wrong. Use exactly the values you were given. Where an app offers a choice, choose the secure option rather than the one it defaults to.
- Your network blocks outgoing mail ports. Common on hotel, café and some corporate networks. Try the same setup on a phone using mobile data — if it works there, the network was the problem and nothing is wrong with your settings.
- The address is not verified for sending yet. If the domain's records were published in the last hour, give it time; sending is enabled after verification completes, not when the records are pasted.
How to check it is really right
- 1
Send to an account at a different provider
Sending to yourself at the same provider proves almost nothing, because the message never leaves the building.
- 2
Look at the sender line as a recipient sees it
The display name and address should be yours, with no “via” and no second address in brackets.
- 3
Reply to that message and check the reply goes to your domain
If a reply lands anywhere other than your domain address, the reply-to setting is wrong and conversations will drift back to the personal address over time.
- 4
Check the authentication result
Most mail apps can show the original message details, which report whether the checks passed. Passing here is the objective proof that the setup is complete.
A guided check that sends a real message from the app you configured and reports what the receiving side actually saw is worth using if your provider offers one — it is the difference between a screen saying the records look right and evidence that a real message passed every check.
What to remember
- Receiving is configured on your domain; sending is configured in each mail app you write from. Both are needed and they are separate.
- Enter the outgoing server details. Choosing “alias of this account” is what produces the “via” note recipients can see.
- The username is your full address, not the part before the @. This is the most common setup failure.
- Set replies to go out from the address the message was sent to, so you never have to remember to switch sender.
- Test by sending to a different provider and reading it there — sending to yourself proves almost nothing.
Questions people ask next
Why do recipients see “via” another provider?
Because the message claimed to be from your domain but was handed to the internet by a different provider's servers, and the receiving app discloses the mismatch. Configuring the outgoing server for the address — rather than adding it as an alias — removes the mismatch and the note with it.
Do I need to do this on my phone as well?
Yes, if you reply from your phone. The sending identity lives in each mail app, so a phone that was never configured will keep sending from the underlying personal address — which is why some of your replies look right and others do not.
What username and password do I use?
The username is the full address, [email protected], and the password is the one issued for that address. It is never the password of the personal inbox you are configuring it inside; anything asking for that is wrong.
I lost the sending password. Can it be shown again?
No, and that is deliberate — a password that can be redisplayed is readable by anyone who reaches your account. Issue a new one instead. Rotation is immediate, and every app using the old password needs updating once you do.
Will replies automatically come from my domain?
Once you set replies to go out from the address the message was sent to, yes. Without that setting the app keeps using its own default address, and you have to remember to switch sender manually on every reply — which works until the day you are in a hurry.
Does sending this way affect deliverability?
It improves it. Sending through a server your domain has authorised means SPF and DKIM line up with the visible From: address, which is exactly what a strict DMARC policy requires. Sending as an unauthorised alias is the arrangement that gets filtered.
Can several people send as the same shared address?
Yes. Each person adds the same address in their own mail app with the same outgoing server details. Everyone can then reply as info@ from their own inbox — which is why agreeing who answers matters as much as the technical setup.
Read next
Last reviewed 2026-08-16 · Brand My Inbox current