1
Reply

How can send email to every user in org using custom timer job in SharePoint 2010 ?

ravi d

ravi d

11y
1.7k
0
Reply

    using SPWebApplication application -> get all SPSite --> get every web Root in all sites --> create a list --> collect all users SPWeb.GetAllUsers() in the list --> list().Distinct(x => x.email) --> send Email for all distinct users even via SharePoint going email or SMTP