Tagged Questions
0
votes
1answer
169 views
SharePoint 2010 send email
I have a timer job that will get ListItem based on some criteria.
After I gathered all the items, I will send an email based on the Modified column and cc that email based on the Created By column.
...
0
votes
0answers
71 views
SharePoint 2010 Workflow Reversing Date Format
I've created a workflow that stores its start date and time plus 10 minutes to a variable and then repeats the process with 20 and 30 minutes. Once in production this will go up to a few days each.
...
0
votes
2answers
148 views
Can't get the user email from user info when code executing in timer job
SPList resourceList = SiteProvisioningProvider.GetListReference(web, "Lists/Resources");
foreach (SPFieldUserValue admin in adminCollection)
{
...
1
vote
0answers
305 views
Customize a timer job to send email when an item is added to a list in Sharepoint 2007
Need to send a mail to the Reviewer of a document ( this value is got from the Reviewer column of the library) when the document is added using timer jobs.
Kindly provide steps and code snippet for ...
3
votes
2answers
2k views
Cannot send emails through SMTP using a Timer Job?
I'm trying to use Timer Jobs as part of a system to send out special periodic emails to users of our SharePoint site collections. The timer jobs work... except when it comes to actually sending the ...