Score:0

Office 365 - Forward email to external domain without a mailbox

uy flag

We have office 365.

We want to forward email addresses from our domain to people outside our domain.

i.e.

[email protected] -> [email protected]

One way I think I can do this is:

  • Create a Mail Contact with the external address
  • Create a distribution list that has the internal address with the mail contact above

Are there any other better ways?

Score:0
cn flag

The "quick" way to forward a adress is to create a external contact with a internal email address and a forward email address ("External Email Address")

1. Create External contact with External email address.

New-MailContact -Name "Display Name" -ExternalEmailAddress "External Email Address"

Like this:

New-MailContact -Name "Bjoster Admin" -ExternalEmailAddress "[email protected]"

2. Set External contact email address to internal email address and forwarding email address

New-MailContact "Bjoster Admin" -EmailAddresses "SMTP:<Office 365 User Email Address>,<External Recipient Email Address>"

Like this one:

Set-MailContact "David Wilkins" -EmailAddresses "SMTP:[email protected],[email protected]"
Score:-1
it flag

To narrow down the issue, I'd like to confirm with you which of the following is the case:

  1. Automatically forward from an internal mailbox to an external mailbox?
  2. Automatically forward from multiple internal mailboxes to one external mailbox?
  3. Automatically forward from one internal mailbox to multiple external mailboxes? In addition, you can configure mail forwarding by referring to this link: Configure email forwarding - Microsoft 365 admin | Microsoft Learn
vidarlo avatar
ar flag
We're not very fond of link only-answers. Can you add the actual answer to your answer, so it's more useful in the future?
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.