Send email: Difference between revisions

Content added Content deleted
Line 439: Line 439:


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