com.konakart.bl
Interface EmailIntegrationMgrInterface

All Known Implementing Classes:
EmailIntegrationMgr

public interface EmailIntegrationMgrInterface

The interface that must be implemented by an Email Integration Manager


Method Summary
 java.lang.String getToAddress(java.lang.String toAddress)
          Called just before an eMail is sent.
 

Method Detail

getToAddress

java.lang.String getToAddress(java.lang.String toAddress)
Called just before an eMail is sent. The toAddress parameter contains the eMail address that will be used as the toAddress for the mail if this method returns null. If the method returns a non null string, then the return value is assumed to be a valid eMail address that will be used as the new toAddress.

Parameters:
toAddress -
Returns:
Returns an eMail address or null


Copyright © 2011 DS Data Systems UK Ltd.