public interface SignupEmailNotification
This is an interface for email
| Modifier and Type | Method and Description |
|---|---|
String |
getFromAddress()
Provide the from address.
|
List<String> |
getHeader()
provide email header information
|
SignupMeeting |
getMeeting()
Add ability to get SignupMeeting that is the parent of this email
|
String |
getMessage()
provide eamil message body
|
String |
getSubject()
Provide the subject.
|
List<String> getHeader()
String getMessage()
String getFromAddress()
String getSubject()
SignupMeeting getMeeting()
Copyright © 2007-2016 Sakai Project. All Rights Reserved.