Send email: Difference between revisions

Line 439:
 
=={{header|TUSCRIPT}}==
works only with Windows, on Linux OS it is possible to send an email by using the Execute function
<lang tuscript>
$$ MODE TUSCRIPT
SET to="name@institutexample.org"
SET cc="name@institutexample.net"
subject="test"
text=*
Anonymous user