Quantcast
Channel: SharePoint 2013 - General Discussions and Questions forum
Viewing all articles
Browse latest Browse all 26374

Assigned to email alert issue

$
0
0

In SharePoint 2013 Task list email alert we enable by following PowerShell script

Add-PSSnapin Microsoft.SharePoint.Powershell
$web = Get-SPWeb "http://myServer/myWeb"
$list = $web.Lists.TryGetList("Tasks")
$list.EnableAssignToEmail = $true
$list.Update()

But it will works only we create the new task, not send the email when we modified the task.

How to solve this issue


Jey


Viewing all articles
Browse latest Browse all 26374

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>