Hello. I want to change the time of digest emails.

cancel
Showing results for 
Search instead for 
Did you mean: 
monicakumari
Established Member

Hello. I want to change the time of digest emails.

Jump to solution

I want to change the time of  digest emails, I am getting on the daily basis. Right now the daily activities digest email goes out at Midnight. I want this be changed to 3 AM.  kindly guide me with the same.

thank you in advance.

1 Solution

Accepted Solutions
webdevptg
Active Member II

Re: Hello. I want to change the time of digest emails.

Jump to solution

Hi!...

There is a solution.

Edit alfresco-global.properties

### E-mail site invitation setting ###
notification.email.siteinvite=true

### CRON JOB send at 9:00 AM and 7:00 PM ###
activities.feed.max.ageMins=10080
activities.feed.notifier.startDelayMins=${system.cronJob.startDelayMinutes}
activities.feed.notifier.cronExpression=0 0 9,19 * * ?
activities.feed.notifier.enabled=true

Woks fine!

View solution in original post

2 Replies
kgastaldo
Senior Member

Re: Hello. I want to change the time of digest emails.

Jump to solution

Hey Monica - Unfortunately, I can't change the exact time emails go out. Those are set by Jive (the platform). The only thing you can really chance is the frequency of your emails (avatar > preferences > inbox notifications). 

webdevptg
Active Member II

Re: Hello. I want to change the time of digest emails.

Jump to solution

Hi!...

There is a solution.

Edit alfresco-global.properties

### E-mail site invitation setting ###
notification.email.siteinvite=true

### CRON JOB send at 9:00 AM and 7:00 PM ###
activities.feed.max.ageMins=10080
activities.feed.notifier.startDelayMins=${system.cronJob.startDelayMinutes}
activities.feed.notifier.cronExpression=0 0 9,19 * * ?
activities.feed.notifier.enabled=true

Woks fine!