- Jun
- 760
- 16
The help for the SENDHTML command includes the following:
I just tried that with
In addition, if I try to copy anything to the clipboard after that, it fails. In TCMD I get a popup saying "Clipboard is in use by another program". I just installed version 33 on my laptop, and I get the same result there.
I would like to see SENDMAIL and SENDHTML work not only with
SENDHTML command - Send an HTML-formatted email message
You can use the same approach to send the text content of the clipboard (@CLIP:) or the console (@CON:):
sendhtml [email protected] Party @c:\messages\invitation.txt
sendhtml [email protected] Party @clip:
type myfile.txt | sendmail [email protected] Party @con:
I just tried that with
@clip:
, and I get an error message:[TCC33.00.20 | C:\temp]
TCC: (Sys) The system cannot find the path specified.sendhtml "jay@..." Testing @clip:
"C:\Users\Jay\AppData\Local\Temp\"
In addition, if I try to copy anything to the clipboard after that, it fails. In TCMD I get a popup saying "Clipboard is in use by another program". I just installed version 33 on my laptop, and I get the same result there.
I would like to see SENDMAIL and SENDHTML work not only with
@CLIP:
but also with all the clipboards (@CLIP1:
etc.) and especially all the TMP pseudo character devices (@TMP0:
etc.).