com.cometway.email
Interface SendEmailInterface

All Known Implementing Classes:
SendEmailAgent

public interface SendEmailInterface

This interface describes functionality for sending email messages.


Method Summary
 void sendEmailMessage(IMessage m)
          Sends an email message using information from the passed com.cometway.message.IMessage instance.
 

Method Detail

sendEmailMessage

void sendEmailMessage(IMessage m)
Sends an email message using information from the passed com.cometway.message.IMessage instance.