com.jivesoftware.community
Interface EmailManager
- All Superinterfaces:
- JiveManager
public interface EmailManager
- extends JiveManager
Provides ability to send email messages.
- See Also:
EmailMessage
ADMINNAME
static final java.lang.String ADMINNAME
- See Also:
- Constant Field Values
ADMINEMAIL
static final java.lang.String ADMINEMAIL
- See Also:
- Constant Field Values
send
void send(EmailMessage message)
- Used to send an email message. The default implementation of this interface adds the
email message to an outbound email message queue that will be processed by the first
available worker.
- Parameters:
message - the EmailMessage to be sent
Copyright © 1999-2007 Jive Software.