EMail is a
MS windows
program. If the program was call up with out any parameters,
means the program was run in interactive mode. In this case, the
program will pop up a window provides you a simple EMail
function with attachments. User can edit the FROM, To EMail URL,
Subject, and Body...After fill out all the informations, click the send
button then the EMail will be sent. In case
of the function was test without any errors. You may save all the
informations in a file. Next time, uses the file-name as the parameter,
the program will send the EMail immediately and exit(no window was pop
up).
User can use text edit program to
provide a EMail script file for EMail
purpose. The script file format and example was showed as follows:
EMail
SCRIPT_File_Name ----< Command
line format
;
;This is script file sample
;
; comment lines
;
; parameter "smtp", "from", "to" shall be
specified
; and "cc", "bcc", "attachment", "body"
could be absent
; from the letter contents.
;
; The order of parameters must look the same as
this
; sample.
;
smtp:smtp.yahoo.com
from:xxxxxxx@yahoo.com
to:yyyyyyyy@yahoo.com
; cc:ccccccc@yahoo.com
; bcc:bccbcc@yahoo.com
subject:This is a test EMail
; attachment:c:\autoexec.bat
body:
Dear Sir.
This is a test EMail
End of test line.
Since, this program
can send a EMail without any windows pop up.
It means you may send a EMail under
background operation --- Your Server can send you/everybody a EMail
automatically.