Skip to content

Commit f1ad456

Browse files
authored
Update MIGRATE-2.0-to-3.0.md
1 parent 8ca480f commit f1ad456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATE-2.0-to-3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Recommend referring to these 2 links:
5454
| Get-PnPGraphAccessToken | It has been removed. Use `Get-PnPAccessToken` instead. |
5555
| Remove-PnPUser | The parameter `-Confirm` has been removed. Use `-Force` instead. |
5656
| Remove-PnPAvailableSiteClassification | The parameter `-Confirm` has been removed. Use `-Force` instead. |
57-
| Send-PnPMail | It now throws a warning about the [retirement of SharePoint SendEmail API](https://devblogs.microsoft.com/microsoft365dev/retirement-of-the-sharepoint-sendemail-api/), if you are sending mails via SharePoint. To ignore it, use `-ErrorAction SilentlyContinue` along side the cmdlet. |
57+
| Send-PnPMail | It now throws a warning about the [retirement of SharePoint SendEmail API](https://devblogs.microsoft.com/microsoft365dev/retirement-of-the-sharepoint-sendemail-api/), if you are sending mails via SharePoint. To ignore the warning, use `-ErrorAction SilentlyContinue` along side the cmdlet. Recommendation is to use `Send-PnPMail` with [Microsoft Graph](https://pnp.github.io/powershell/cmdlets/Send-PnPMail.html#send-through-microsoft-graph) |
5858
| Send-PnPMail | The support for sending mails via SMTP servers is now removed. It is the recommendation of .NET as SMTP doesn't support modern protocols. So, the parameters `-EnableSSL` , `-UserName`, `-Password`, `-Server ` and `-ServerPort` are now removed. Use `Send-PnPMail` with [Microsoft Graph](https://pnp.github.io/powershell/cmdlets/Send-PnPMail.html#send-through-microsoft-graph) |
5959
| Invoke-PnPTransformation | It has been removed. Was never supported. |
6060

0 commit comments

Comments
 (0)