public interface SummaryEmailService
| Modifier and Type | Method and Description |
|---|---|
boolean |
sendEmail(com.atlassian.user.User user,
Date date)
Send a summary email to a user with content generated with
respect to the given date.
|
int |
sendEmailForDate(Date date)
Send email to any users that have mail enabled for the
specific datetime.
|
int sendEmailForDate(Date date)
date - boolean sendEmail(com.atlassian.user.User user,
Date date)
The email is not sent if there is no content available for the user.
user - date - Copyright © 2003–2016 Atlassian. All rights reserved.