Save SMTP to Sent Mailbox for Exchange Online

Save SMTP to Sent Mailbox for Exchange Online

By definition of the SMTP RFC all the SMTP protocol's only task is deliver and send emails. SMTP does not save copies to a sent folder as this is something that is completely dependent on the client mail readers (Outlook, Thunderbird, etc.)

Some email providers do automatically save all emails sent through SMTP on the Sent mailbox, but for some you may have to setup and configure certain rules or execute certain commands to enable that.

For Exchange Online there is a command that can be executed to enable this. Through PowerShell execute the following

set-mailbox user@domain.com -MessageCopyForSMTPClientSubmissionEnabled $true

The following explains the parameter in further

-MessageCopyForSMTPClientSubmissionEnabled

This parameter is available only in the cloud-based service.

The MessageCopyForSMTPClientSubmissionEnabled parameter specifies whether to copy the sender for messages that are sent using SMTP client submission (SMTP AUTH). Valid values are:

  • $true: When the user's account sends messages using SMTP AUTH, a copy of the message is sent to the users's mailbox. This is the default value.
  • $false: When the user's account sends messages using SMTP AUTH, a copy of the message isn't sent to the users's mailbox.
Type:Boolean
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Exchange Online

For a list of all available syntax for PowerShell you can head over to the following reference article from Microsoft:

    • Related Articles

    • Update for Email in MKMS When Using SMTP

      Due to recent changes in the Office 365 Security settings, customers that are using SMTP in MKMS require an update. Here is how to update those settings easily on your own. For MKManaged Hosted customers, enter a ticket at ...
    • ZOHO - Using the Micro Key Solutions Ticketing System @@ PROPERLY! @@

      This is just a short KB article for anyone that uses the Micro Key Solutions support ticketing system.  https://support.microkey.com/  You may need to WHITELIST this email address depending on your email host and IT email provisioning ...
    • Export Subscriber List with Emails

      You can get this list via the Subscriber Listing report in MKMS and have it exported to excel. In order to do this follow these steps:   1) Got to Menu – Reports – Subscriber Listing 2) Once on the Subscriber Listing dialogue box click on the Print ...
    • Micro Key Software Support Site / Emergency Daytime Support / Submit a Ticket

      Micro Key Solutions provides software support through our online support portal at https://support.microkey.com/. This site is available 24 hours a day and is used for NON Emergency support questions and answers. In order to utilize our support ...
    • Operator placing accounts on Test in MKMSCS

      It's often been asked - why is the start time when an operator presses F5 1 hour prior to the actual time?   In the image above, the time of the computer and the time of the virtual machine is reflected by the red circle to the bottom right of the ...