History for SendMail

changed:
-
description
    
   This part implements mail sender. 

  
Figure
 
<img src="SendMail.gif" />



inpins

 1 TO - ID = 1   - Sets addresses to be in the "to" line when sending the mail

  o to-email addresses - String[]
  
 2 CC - ID = 2   - Sets addresses to be in the "cc" line when sending the mail
  
  o cc-email addresses - String[]

 3 FROM - ID = 3   - Sets the addresse to be in the "from" line when sending the mail
  
  o from-email address - String

 4 SUBJECT - ID = 4   - Sets the subject of the email
  
  o subject-email subject - String

 5 TEXT - ID = 5   - Sets the text of the email
  
  o text-email text - String

 6 SEND - ID = 6   - Sends the email
  
  o no parameters

 7 CONF - ID = 7   - Sets the server and user configuration for sending mails
  
  o protocol - sending protocol(e.g., "smtp") - String
  o host - host(e.g., "aua.am") - String
  o user - user login - String
  o password - user password - String

outpins

 1 RETCODE - ID=51      - returns  
   o retcode - the return code of the operation - boolean
    
links to cvs


 configuration file revision 1.0 "SendMail.vcb":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/configs/xml/sendmail.vcb
 at sourceforge.net

 java file revision 1.0 "SendMail.java":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/src/org/vcb/parts/xml/SendMail.java
 at sourceforge.net


status

 alpha release