In one part @CON: is refered to as console(which is how it seems to be working like).
but it has an example (type myfile.txt | sendmail abc@xyz.com Party @con:) whish is showing STDIN piping.
I am trying to get the piping to work any ideas?
Thanks Scott
this is takes from the help.
3. The messagemay either be entered on the command line, or it may be placed in a text file. To tell SENDHTML to send the contents of a file as the message text, use @sign, followed by the filename. You can use the same approach to send the text content of the clipboard (@CLIP:) or the console (@CON:):
sendhtml abc@xyz.com Party @c:\messages\invitation.txt
sendhtml abc@xyz.com Party @clip:
type myfile.txt | sendmail abc@xyz.com Party @con:
but it has an example (type myfile.txt | sendmail abc@xyz.com Party @con:) whish is showing STDIN piping.
I am trying to get the piping to work any ideas?
Thanks Scott
this is takes from the help.
3. The messagemay either be entered on the command line, or it may be placed in a text file. To tell SENDHTML to send the contents of a file as the message text, use @sign, followed by the filename. You can use the same approach to send the text content of the clipboard (@CLIP:) or the console (@CON:):
sendhtml abc@xyz.com Party @c:\messages\invitation.txt
sendhtml abc@xyz.com Party @clip:
type myfile.txt | sendmail abc@xyz.com Party @con: