SharePoint Powershell command to verify if the Outgoing Email Functions in Sharepoint Environment (Send Test Email Form SharePoint)
SharePoint Powershell command to verify if the Outgoing Email Functions in Sharepoint Environment (Send Test Email Form SharePoint) One can simply test outgoing email from SharePoint. With PowerShell you can send a test email from within SharePoint. Run the following code with SharePoint Management Shell (run as administrator) Command: $email = “Receiver@email.com” $subject = “Subject Of Email” $body = “Body Of Email, Test Text for … Continue reading SharePoint Powershell command to verify if the Outgoing Email Functions in Sharepoint Environment (Send Test Email Form SharePoint)