문제

One of my managers have this problem of not receiving an email notification when a new entry is made in one of the sites on SharePoint, although he receives email from other groups and sites entries. Any idea on how can I fix this issue?

도움이 되었습니까?

해결책

Where do you create the alert? Do you create alert on a library or list?

Refer to the following article about users don't receive SharePoint Online alert notifications:

https://support.office.com/en-us/article/users-don-t-receive-sharepoint-online-alert-notifications-14fc22dd-e873-482c-844d-f67ad41313f1

다른 팁

To receive the alert the person must be at least viewers of the site, check if this user is in the permission structure of the site/list/library

Try this to troubleshoot the issue:

[Microsoft.SharePoint.Utilities.SPUtility]::SendEmail($web,0,0,$email,$subject,$body, $false)

And check "Immediate Alerts" timer job

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top