REBOL [
    Title: "Email Message Sender"
    File:  %mailsend.r
    Date:  10-Sep-1999
    Purpose: {A very simple way to send an email.}
    Note: {
        The TRIM function below is used to remove the blank
        lines from the head of the email, so that the first
        line of text gets used as the subject.
    }
    Category: [email net 1] 
]

send luke@rebol.com trim {

Hi there.

Just wanted to send you an email message from REBOL.

-Friend
}