Skip to content

Mohammed Wasay

Primary Menu
  • About
  • Blog
  • Contact
  • Get NordVPN
  • Home

Send Email from an Alias

A user who has two or three (or a dozen) SMTP aliases associated with his name wants to actually send an email and have it appear to be from one of those aliases! I bet you tested and confirmed that he could receive email to those aliases, but now you are stuck trying to figure out why he cannot send as one. The bad news is that this is by design. The good news is, we can make it work with just a little effort.

This is going to require work on the client side, specifically in Outlook. We are going to set up a kind of shadow account in Outlook to use the SMTP alias. No, sorry, no PowerShell or global way in the portal to make this work.

  1. Log onto the O365 portal https://mail.office365.com and go to your webmail.
  2. Click the Options link and choose See All Options.
  3. Choose My Account, and click the link for ‘Settings for POP, IMAP, and SMTP access’.
  4. Copy the server FQDNs for POP and SMTP. They will probably be the same, but make sure.
  5. In Outlook, click File, then Account Settings, and then Account Settings again.
  6. On the E-mail tab, click New.
  7. Click ‘Manually configure server settings or additional server types’, and then click Next.
  8. Select Internet E-mail, and then click Next.
  9. Configure the Internet account with the appropriate information
    Your name: Your display name.
    E-mail Address: The alias that you want to send from.
    Account Type: POP3
    Incoming mail server: Use the POP server that you found in step 4, something like pod#####.outlook.com.
    Outgoing mail server (SMTP): Use the SMTP server that you found in step 4.
    Username: Use your UPN
    Password: This will be something like ********
  10. Now click More Settings, click the Outgoing Server tab, and click to select the ‘My outgoing server (SMTP) requires authentication’ check box.
  11. Click the Advanced tab, and then click This server requires an encrypted connection (SSL).
  12. In the Outgoing server (SMTP) box, type 587.
  13. In the ‘Use the following type of encrypted connection’ list, click TLS.
  14. Click Ok.
  15. Click Next, test the account settings, and then click through to Finish.
  16. Click File, Options, Advanced.
  17. Scroll down to Send and receive and click the Send/Receive button.
  18. In the Group Name area, select All Accounts, and then click Edit.
  19. In the Accounts list, select your new email alias account.
  20. Click to deselect the ‘Include the selected account in this group.’
  21. Click OK, click Close, and then click OK.
  22. Create a new email message, click the Options tab, find the Show Fields group, and click to show the ‘From: field.’
  23. Send a test message.

If all goes well, you should now be able to send email using that alias, and most recipients will be none the wiser.

Posted in Office365 | M365Tagged account, alias, as, identity, office365, powershell, send

Related Post

Provisioning a New Office 365 User and Mailbox from Exchange Hybrid via PowerShell

Posted on September 18, 2017 by mo wasay
Working with many Office365 clients, I receive queries on how to go about provisioning users and mailboxes for an Exchange hybrid deployment. To begin with, let’s assume a couple things. We have a Windows 2012 R2 member server with Azure AD Connect (AAD Connect) version 1.1.105.00 (or newer) and the Azure...

Add Alternate Email Address or Recovery Email Address for Office365 Administrator

Posted on September 6, 2017 by mo wasay
In Office365, depending on the admin role of an account you may want to add an alternate email address for password recovery. This is a basically a self-service password reset for Administrators of Office365. Quick way to do this is with PowerShell: #Connect to Office365 Import-Module MSOnline Connect-MsolService $O365Cred =...

Outlook 2016: Remove Duplicate entries in Room Finder

Posted on April 12, 2017 by mo wasay
In Outlook 2016 some users may noticed dual entries in the Room List: The room list behavior that we see  in Outlook is by design. When we  use a Room List  for a meeting, it is stored in the  Most Recently Used entries in the registry. When we create a new meeting, we will see this MRU entry in the top of the Room Lists . The same Room List will be...

Office365: List Your Business Can’t Live Without

Posted on April 5, 2017April 5, 2017 by mo wasay
When you have a lot of conference rooms, equipment or special rooms mailboxes it is hard to list or find available free rooms during a particular time slot. Luckily, Office365 and Outlook 2013/2016 have a special feature called 'Room Lists', which enable you to find and schedule  a room quickly...

Post navigation

Previous post:Exporting Site List from IIS 7.x
Next post:This operation has been cancelled due to restrictions in effect on this computer.
Copyright all rights reserved | Theme: Minimal Blog by WPinterface.