SendMail

Document Actions
last edited 4 years ago by yervand

description

This part implements mail sender.

Figure

inpins

  1. TO - ID = 1 - Sets addresses to be in the "to" line when sending the mail
    • to-email addresses - String[]
  2. CC - ID = 2 - Sets addresses to be in the "cc" line when sending the mail
    • cc-email addresses - String[]
  3. FROM - ID = 3 - Sets the addresse to be in the "from" line when sending the mail
    • from-email address - String
  4. SUBJECT - ID = 4 - Sets the subject of the email
    • subject-email subject - String
  5. TEXT - ID = 5 - Sets the text of the email
    • text-email text - String
  6. SEND - ID = 6 - Sends the email
    • no parameters
  7. CONF - ID = 7 - Sets the server and user configuration for sending mails
    • 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 at sourceforge.net

java file revision 1.0 SendMail.java at sourceforge.net

status

alpha release