SendList: func [
    mysubject [string!]
    mybody [string!]
    /local
][send/header
    [EMAIL PROTECTED]
    mybody
    make system/standard/email [
        FROM: [EMAIL PROTECTED]
        subject: mysubject
    ]
]

I used that function to send you this.
Cool.  Now that I have an email accnt 
with pop and smtp I can have fun with 
email and rebol.

Reply via email to