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

[REBOL] REBOL 1.3 supports ESMTP

From: greggirwin::mindspring::com at: 24-Jun-2005 15:19

For those of you who have been using Scott Jones's great %esend.r and %esmtp.r scripts to send authenticated email from REBOL, you should know that View 1.3 supports ESMTP directly now. You can use SET-NET or access system/schemes/esmtp directly to set your /user and /pass information.
>> help set-net
USAGE: SET-NET settings DESCRIPTION: Network setup. All values after default are optional. Words OK for server names. SET-NET is a function value. ARGUMENTS: settings -- [ email-addr default-server pop-server proxy-server proxy-port-id proxy-type esmtp-user esmtp-pass ] (Type: block) -- Gregg