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

[REBOL] Re: Problems sending email (IP only)

From: gregg:pointillistic at: 31-May-2007 16:21

Hi Tim,
>>> set-net[tim-johnsons-web.com mail.mtaonline.net]
Try making mail.mtaonline.net a string. set-net coerces words to strings internally, so that shouldn't be required, but it's something to try. Nothing else comes to mind, since I always use host names with set-net. -- Gregg