Send email: Difference between revisions

m
→‎{{header|REXX}}: added a comment to the REXX section header.
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:
=={{header|REBOL}}==
<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}}==