[ez-toc]

Using Office 365 to Send Mail Through an App

by | Jun 10, 2014 | Information Technology​

margine za ikoniceProblem

You have Office 365 and an application or service account enabled to send email. However, when you send email the “From” address appears to be the enabled service account, not the person actually sending the email, such as admin111@yourbusiness.com rather than joe.smith@yourbusiness.com.

Solution

Run the following script to add Send As permissions to all of your email accounts:

$MBXS = Get-Recipient -RecipientType usermailbox

ForEach ($MBX in $MBXS) { Add-RecipientPermission $MBX.name -AccessRights SendAs –Trustee cwadmin2 -Confirm:$false }

About ERGOS

ERGOS Technology Partners company headquarters is in Houston, Texas. We are an international provider of managed IT services, specializing in end-to-end computer support and services for businesses and organizations of all sizes. Our highly trained professionals work tirelessly to ensure efficient operations, secure data resources, reliable systems, and exceptional customer service.