SendMail
last edited 4 years ago by yervand
description
This part implements mail sender.
Figure

inpins
- TO - ID = 1 - Sets addresses to be in the "to" line when sending the mail
- to-email addresses - String[]
- CC - ID = 2 - Sets addresses to be in the "cc" line when sending the mail
- cc-email addresses - String[]
- FROM - ID = 3 - Sets the addresse to be in the "from" line when sending the mail
- from-email address - String
- SUBJECT - ID = 4 - Sets the subject of the email
- subject-email subject - String
- TEXT - ID = 5 - Sets the text of the email
- text-email text - String
- SEND - ID = 6 - Sends the email
- no parameters
- 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
- 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