Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] send email with attachement from a beginner

From: patrick::scotto::wanadoo::fr at: 18-Sep-2002 20:19

Librarian comment

Recent versions of REBOL have attach as a refinement of send:
send/attach test@test.com "hello" %my-file.txt 
hello, I tried to send an email with an attachement , and I saw attach.r (library) but iI don't know use it . It make a base 64 attachement , and i prefer send the correct content-type with each attachement. thank you for your help