Clearspace API (1.7.0) Core Javadocs

com.jivesoftware.community
Interface EmailManager

All Superinterfaces:
JiveManager

public interface EmailManager
extends JiveManager

Provides ability to send email messages.

See Also:
EmailMessage

Field Summary
static java.lang.String ADMINEMAIL
           
static java.lang.String ADMINNAME
           
 
Method Summary
 void send(EmailMessage message)
          Used to send an email message.
 
Methods inherited from interface com.jivesoftware.community.JiveManager
destroy, initialize
 

Field Detail

ADMINNAME

static final java.lang.String ADMINNAME
See Also:
Constant Field Values

ADMINEMAIL

static final java.lang.String ADMINEMAIL
See Also:
Constant Field Values
Method Detail

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

Clearspace Project Page

Copyright © 1999-2007 Jive Software.