Script Library: 1238 scripts
 

mailfile.r

REBOL [ Title: "Email a Text File" Date: 10-Sep-1999 File: %mailfile.r Purpose: "Send a text file (as text of message)." Note: { Puts the name of the file in the subject line. } library: [ level: 'beginner platform: none type: none domain: [email file-handling other-net] tested-under: none support: none license: none see-also: none ] ] file: %mailfile.r ;name of file to send send %luke--rebol--com reform [ "File:" file newline newline read file ]
halt ;; to terminate script if DO'ne from webpage
Notes
  • email address(es) have been munged to protect them from spam harvesters. If you are a Library member, you can log on and view this script without the munging.
  • (luke:rebol:com)