interface: EmailHandling

public abstract <<interface>> interface: EmailHandling
Author: Galina Stancheva
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:14:36; Modified: 16.07.2009 15:14:36;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {014C9D70-78A7-4adb-B374-953FC227F689}
Interface for creation and sending of emails with attachment. (Used in the export functionalty.) Revised by StG: 24.08.2007
 

Goto: Fields, Methods

See also: EmailHandlingBean, EmailHandlingTest

Appears in: common

Connections
 
EmailHandling Attributes
Attribute Details
public static String
  SERVICE_NAME
Initial: "ejb/de/mpg/escidoc/services/common/EmailHandling"
Notes: The name of the service.
 
EmailHandling Methods
Operation Details
public
sendMail(
   String smtpHost,
   String usr,
   String pwd,
   String senderAddress,
   String[] recipientsAddresses,
   String[] recipientsCCAddresses,
   String[] recipientsBCCAddresses,
   String[] replytoAddresses,
   String subject,
   String text,
   String[] attachments):String
Sequential
Tags: throws=TechnicalException
Notes: Method for creating and sending an email with attached file. The sending requires authentication.