com.mentata.sg8
Interface SG8Mailable
- public interface SG8Mailable
SG8 objects that can use the mail gateway feature.
This interface for SG8 objects declares a method for deriving email destination addresses for entries of an object. It is required for use within the mail servlet described in a later section. SG8 objects already contain an implementation of the method, but are not declared to implement the interface by default.
- Since:
- 0.7
- Author:
- Jon Roberts
|
Method Summary |
String[] |
getMailTo()
Returns destination email addresses for the object. |
getMailTo
public String[] getMailTo()
throws SG8Exception
- Returns destination email addresses for the object.
- Throws:
SG8Exception