Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 581 Bytes

File metadata and controls

19 lines (17 loc) · 581 Bytes

#Send-SPOMail Sends an email using the Office 365 SMTP Service ##Syntax

Send-SPOMail [-Server <String>] -From <String> -Password <String> -To <String[]> [-Cc <String[]>] -Subject <String> -Body <String> [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
Body String True
Cc String[] False
From String True
Password String True
Server String False
Subject String True
To String[] True
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.