SMTP address error

Tom1156 80 Reputation points
2024-09-17T16:43:09.34+00:00

I deleted a user's SMTP address using the Office365 management portal. I want to attach this address to a new shared email.

Trying to create a new email using this address is just for me

Email addresses need to be unique and this one is already being used by the pgreen.

I know it takes a propagation time to remove the address from the original recipient, but I believe this is measured in minutes rather than hours. Of course, I will be very clear in 6 hours, so now I want to know if I did anything wrong.

Check from O365 PowerShell module that the recipient's displayed address is no longer associated.

The deleted address has been removed from recipient pgreen pgreen@somethinggroup.com .

PS> (get-recipient pgreen).EmailAddresses    smtp:pgreen@somethingfundraising.onmicrosoft.com
SMTP:pgreen@somethingfundraising.com
SIP:pgreen@somethingfundraising.com
smtp:pgreen@somethingtm.com
smtp:Pfullname.Green@somethingfundraising.com
smtp:Pfullname.Green@somethinggroup.com

Send to deleted address[ pgreen@somethinggroup.com ]The email return cannot be delivered to pgreen was not found at something group.com

I can't think of any other way to determine if/what/where it happened. Just waiting for its situation?

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,493 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
2,076 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Xintao Qiao-MSFT 2,745 Reputation points Microsoft Vendor
    2024-09-18T02:11:25.38+00:00

    Hi, @Tom1156

    You have already deleted your e-mail address, but please double-check if there is a linked e-mail address.

    You can use the following command to view the results. If the address exists, you'll see the relevant recipient information. If the address does not exist, no results will be returned.

    Get-Recipient -Filter "EmailAddresses -eq 'smtp: pgreen@somethinggroup.com ' "
    

    You can also try adding the email address as an alias for a shared mailbox. Specifically, after you create a shared mailbox, add pgreen@somethinggroup.com as an alias, then set it as your primary address and delete the old address.

    It should be noted that the time for the configuration modification to take effect is affected by the configuration of the system or organization, and the specific time may be slightly extended.

    Same problem as you here exchange - SMTP Address re-use in Office 365 - Server Fault

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.