View in color | License | Download script | History | Other scripts by: carl |
20-Jan 8:00 UTC
[0.054] 10.562k
[0.054] 10.562k
mailsend.rREBOL [
Title: "Email Message Sender"
Date: 10-Sep-1999
File: %mailsend.r
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.
}
library: [
level: 'beginner
platform: none
type: none
domain: [email other-net]
tested-under: none
support: none
license: none
see-also: none
]
]
send %luke--rebol--com trim {
Hi there.
Just wanted to send you an email message from REBOL.
-Friend
} Notes
|