|
Enables for scheduled sending of emails to one or more recipients.
Send e-mail message to several recipients
You also can send a message to several email adresses by separating them with a comma.
Send e-mail with attachment
In the professional version, you can even add one or more attachment to the email. It is also possible to send several files at the same time. For this purpose, wildcard characters can be listed in the file name: The * stands for any further characters in the file name? stands for any character in the file name FILE? so coincides z. With FILE1, FILE2, FILE3 - but not with FILE12. DAT * coincides with all names starting with FILE. Eg with FILE, FILE1, DATA, DATA, etc. *. * Matches all filenames.
Z-Cron will zip all files > 9999 KByte automatically.
Message text The following dummies can be used in the text of the message:
|
Dummy:
|
Function:
|
|
$DATUM
|
Todays' date
|
|
$UPTIME
|
Runtime
|
|
$COMPUTER
|
Computer name
|
|
$GETDYNIP
|
IP address
|
|
In contrast to the MAIL command, the MAIL-ATTACH command only sends an e-mail if there are files in the directory. If the corresponding files are missing, the command is aborted and a possibly set additional command is not executed.
|