Summary
Since some people use Office365-CLI with pipeline or for an automation script on Azure or whatever... can sent an email of notification can be really useful... Send a mail ? Yes ! BUT as SharePoint like Send-PnPMail.
Currently, I'm using it (Send-PnPMail) for site factory or critical error catched from my script i production to be more efficiency.
Add a support for spo mail send command in order to :
Because we can create an other cmdlet that allow to retrieve all mail addresses of requests access (mail requestaccess get)
To Do
Summary
Since some people use Office365-CLI with pipeline or for an automation script on Azure or whatever... can sent an email of notification can be really useful... Send a mail ? Yes ! BUT as SharePoint like Send-PnPMail.
Currently, I'm using it (Send-PnPMail) for site factory or critical error catched from my script i production to be more efficiency.
Add a support for
spo mail sendcommand in order to :--toList of recipients (ex: [email protected],[email protected])--subjectSubject of the email--bodyContent of the email--from[From] specify who send notification-o, --output(no output)--verbose--debugTo Do