Selected Samples

htmlemail

Creates an html email without any security added.
 
; text content 
-ct ${READ(content.txt,iso-8859-2)}
; html template
-hp ..\input\alice-template.html
 
 
 
; add content-type headers
-hd
; additional smtp headers 
-hr*headers.txt 
 
 
 
; report + output file, create directories if they don't exist
-rf ..\reports\htmlemail.${TIME}.report.txt  
-of ..\output\htmlemail.eml
--ForceDirectories
 
 
; create local copies for a quick ref.
-of htmlemail.eml
-rf report.txt
 
Copyright © Cryptigo 2001-2013Last modified on  27 Jul 2004