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

[testing headers]

 [1/4] from: rebol665::ifrance::com at: 26-Nov-2002 8:34


Hi list, I am trying different options to send emails. Using Ladislav recursive method, so you can check the code. Patrick code: [ header: make system/standard/email [ to: "rebol list <[rebol-list--rebol--com]>" from: [rebol665--ifrance--com] reply-to: "pat665 <[rebol665--ifrance--com]>" subject: "[testing headers]" ] contents: { Hi list, I am trying different options to send emails. Using Ladislav recursive method, so you can check the code. Patrick code: } append contents "code: " append contents mold code send/header [rebol-list--rebol--com] contents header ]

 [2/4] from: lmecir:mbox:vol:cz at: 26-Nov-2002 9:30


Hi Pat,
> I am trying different options to send emails. > Using Ladislav recursive method, so you can check the code.
<<quoted lines omitted: 3>>
> to: "rebol list <[rebol-list--rebol--com]>" > from: [rebol665--ifrance--com]
You could have tried to write: from: {pat665 <[rebol665--ifrance--com]>}, IMO.
> reply-to: "pat665 <[rebol665--ifrance--com]>" > subject: "[testing headers]"
<<quoted lines omitted: 6>>
> code: } > append contents "code: "
You copied my bug/error here. The "append" line isn't necessary, (it actually messes" the things - self modifying "feature"). The "code: }" part can be in the Contents string, or we can use a suitable COPY like contents: copy {...
> append contents mold code > send/header [rebol-list--rebol--com] contents header > ]
Cheers -L

 [3/4] from: rebol665:ifrance at: 26-Nov-2002 10:35


Hi Ladislav, Thanks for the tip, I will try again. It is encouraging to see Gurus make mistakes ;^) It is discouraging however to see that only 1 of my 3 tests made it to the List. regards Patrick

 [4/4] from: andyyork:gte at: 26-Nov-2002 9:08


I got 3 b4 this 1... 2:34:39 3:30:00 4:45:13 are the timestamps if you wanna compare clocktimes or sumpin. ay On Tuesday 26 November 2002 04:35, you wrote:
> Hi Ladislav, > Thanks for the tip, I will try again.
<<quoted lines omitted: 6>>
> Modem offert : 150,92 euros rembours=EF=BF=BD sur le Pack eXtense de Wanadoo ! > Haut d=EF=BF=BDit =EF=BF=BDpartir de 30 euros/mois : http://www.ifrance=2Ecom/_reloc/w
-- Andy York - http://worldwidegeeks.com

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted