Send email: Difference between revisions

Content added Content deleted
m (added whitespace before the TOC (table of contents), added other whitespace to the task's preamble.)
m (→‎{{header|REXX}}: added a comment to the REXX section header.)
Line 1,086: Line 1,086:
=={{header|REBOL}}==
=={{header|REBOL}}==
<lang rebol>send user@host.dom "My message"</lang>
<lang rebol>send user@host.dom "My message"</lang>

=={{header|REXX}}==
There is a REXX program to send email via REXX, &nbsp; I'm trying to locate the author to get permission to include it here on Rosetta Code. <br><br>


=={{header|Ruby}}==
=={{header|Ruby}}==