Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

E-mail Notification Late Arrival Problem

  Asked By: Jamal Beck         Date: Oct 28, 2007      Category: Sharepoint      Views: 293
 

Alerts, workflows e-mails, issue tracking notification e-mails arrives too late.

It takes around 5 minutes in a LAN.

Any idea?

Tagged:            

 

1 Answer Found

 
Answer #1       Answered By: Justine Barrera          Answered On: Oct 28, 2007       

The "immediate" emails are picked up by the Timer service and I think it
runs every five minutes or so. If you would like to increate that
interval you can do it with STSADM. Use a command like the following:

stsadm -o setproperty -pn job-immediate-alerts -url http://servername
-pv "every 1 minutes between 0 and 59"

That will reduce it to every 1 minute. The only downside to this is
more database access, but that is probably not a concern.

 
Didn't find what you were looking for? Find more on E-mail Notification Late Arrival Problem Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].