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

[REBOL] Re: Email object and send

From: g:santilli:tiscalinet:it at: 26-Feb-2003 10:12

Hi Charles, On Wednesday, February 26, 2003, 6:35:45 AM, you wrote: C> Problem is, my mail server keeps giving me errors like this: C> ** User Error: Server error: tcp 501 <"Me" [myself--myaddress--com]>: "@" or "." C> expected after ""Me"" C> ** Near: insert port reduce data I think it's a bug in SEND. It does: do-send smtp-port ["MAIL FROM: <" from ">"] with FROM taken from your supplied header, so that if it contains the name it does not work. You could work around this by not setting the From: field in the header and by setting: system/user/name: "Me" system/user/email: [myself--myaddress--com] before using SEND. Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r