Script Library: 1238 scripts
 

mailheader.r

REBOL [ Title: "Email Headers" Date: 10-Sep-1999 File: %mailheader.r Purpose: "Send email with a custom header." library: [ level: 'beginner platform: none type: none domain: [email other-net] tested-under: none support: none license: none see-also: none ] ] header: make system/standard/email [ To: %luke--rebol--com From: %han--rebol--com Reply-To: %han--rebol--com Subject: "Testing this!" Organization: "REBOL Base" X-mailer: [REBOL] MIME-Version: 1.0 Content-Type: "text/plain" ] message: { Just testing scripts again... -han } send/header %luke--rebol--com message header
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.
  • (han:rebol:com)
  • (luke:rebol:com)