Re: Formatting Email
This WebDNA talk-list message is from 2000
It keeps the original formatting.
numero = 27035
interpreted = N
texte = It seems I did not understand the question, my post does not address yourquestion. Don't look too hard at it.Technical Support**********************************Smith Micro, Internet Solutions Div | Formerly, Pacific Coast Software16855 West Bernardo Drive | -------------------------Suite 380 | eCommerce (WebCatalog)San Diego, CA 92127 | Software & Site Development858.675.1106 | http://www.smithmicro.com858.675.0372 (fax) **********************************-----Original Message-----From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]OnBehalf Of Sam PolkSent: Friday, February 04, 2000 12:31 AMTo: WebCatalog TalkSubject: Re: Formatting EmailThe format context in webdna along with sendmail is worth checking out. Iused the code likebelow to send emails to as/400 machine that required exact formatting[!]Do the header[/!][format 17s]I[/format][!][/!][format 06.f0s][custID][/format][!][/!][format 29s][jobName][/format][!][/!][format 21s][custPO][/format][!][/!][Lineitems][format 5s][/format][!]Pos 1-5 Blank[/!][format 6s][sku][/format][!]Pos 6-11 Item Number[/!][format [hideif [sku]=799996]06.0f[/hideif][showif[sku]=799996]6s[/showif]][hideif[sku]=799996][quantity][/hideif][/format][!]Pos 12-18 Quantity[/!][format 3s][hideif [sku]=799996]EA[/hideif][/format][!]Pos 19-21 Unit ofmeasure (We can use EA)[/!][format 29s][hideif [sku]=799996][textA] [/hideif][lookupdb=mueller.db&lookinfield=sku&value=[sku]&returnfield=friendly_name][showif[sku]=799996][texte][/showif][/format][!]Pos 22-51 Description[/!][format [hideif [sku]=799996]13.0f[/hideif][showif[sku]=799996]13s[/showif]][hideif[sku]=799996][math]100*[quantity]*[price][/math][/hideif][/format][!]Pos52-65 Price with decimal assumed (195 = $1.95)[/!][format 6s] [/format][!]Pos 66-72 Blank[/!][format 3s][hideif [sku]=799996]400[/hideif][/format][!]Pos 73-75 400(This flags the E-mail to say it is from us)[/!][/lineitems]-----Original Message-----From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]OnBehalf Of Michael A. RosenSent: Friday, February 04, 2000 7:28 AMTo: WebCatalog TalkSubject: Formatting EmailI need to send invoices by email but the description field can haveup to 250 characters. Does anyone have a technique for formattingemail like the following?:Date Description Hours Rate Total---- ----------------------- ----- ------- -------2/3/00 Here is a bunch of text 2 1000.00 2000.00 that is to long for a single line.2/5/00 If someone would pay me 2 1000.00 2000.00 this rate I would only have to work 1/2 day per monthMichael A Rosenmiker@linqdesigns.com-------------------------------------------------------------Brought to you by CommuniGate Pro - The Buzz Word Compliant MessagingServer.To end your Mail problems go to
.This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to-------------------------------------------------------------Brought to you by CommuniGate Pro - The Buzz Word Compliant MessagingServer.To end your Mail problems go to .This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to-------------------------------------------------------------Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server.To end your Mail problems go to .This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to
Associated Messages, from the most recent to the oldest:
It seems I did not understand the question, my post does not address yourquestion. Don't look too hard at it.Technical Support**********************************Smith Micro, Internet Solutions Div | Formerly, Pacific Coast Software16855 West Bernardo Drive | -------------------------Suite 380 | eCommerce (WebCatalog)San Diego, CA 92127 | Software & Site Development858.675.1106 | http://www.smithmicro.com858.675.0372 (fax) **********************************-----Original Message-----From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]OnBehalf Of Sam PolkSent: Friday, February 04, 2000 12:31 AMTo: WebCatalog TalkSubject: Re: Formatting EmailThe format context in webdna along with sendmail is worth checking out. Iused the code likebelow to send emails to as/400 machine that required exact formatting[!]Do the header[/!][format 17s]I[/format][!][/!][format 06.f0s][custID][/format][!][/!][format 29s][jobName][/format][!][/!][format 21s][custPO][/format][!][/!][lineitems][format 5s][/format][!]Pos 1-5 Blank[/!][format 6s][sku][/format][!]Pos 6-11 Item Number[/!][format [hideif [sku]=799996]06.0f[/hideif][showif[sku]=799996]6s[/showif]][hideif[sku]=799996][quantity][/hideif][/format][!]Pos 12-18 Quantity[/!][format 3s][hideif [sku]=799996]EA[/hideif][/format][!]Pos 19-21 Unit ofmeasure (We can use EA)[/!][format 29s][hideif [sku]=799996][textA] [/hideif][lookupdb=mueller.db&lookinfield=sku&value=[sku]&returnfield=friendly_name][showif[sku]=799996][texte][/showif][/format][!]Pos 22-51 Description[/!][format [hideif [sku]=799996]13.0f[/hideif][showif[sku]=799996]13s[/showif]][hideif[sku]=799996][math]100*[quantity]*[price][/math][/hideif][/format][!]Pos52-65 Price with decimal assumed (195 = $1.95)[/!][format 6s] [/format][!]Pos 66-72 Blank[/!][format 3s][hideif [sku]=799996]400[/hideif][/format][!]Pos 73-75 400(This flags the E-mail to say it is from us)[/!][/lineitems]-----Original Message-----From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]OnBehalf Of Michael A. RosenSent: Friday, February 04, 2000 7:28 AMTo: WebCatalog TalkSubject: Formatting EmailI need to send invoices by email but the description field can haveup to 250 characters. Does anyone have a technique for formattingemail like the following?:Date Description Hours Rate Total---- ----------------------- ----- ------- -------2/3/00 Here is a bunch of text 2 1000.00 2000.00 that is to long for a single line.2/5/00 If someone would pay me 2 1000.00 2000.00 this rate I would only have to work 1/2 day per monthMichael A Rosenmiker@linqdesigns.com-------------------------------------------------------------Brought to you by CommuniGate Pro - The Buzz Word Compliant MessagingServer.To end your Mail problems go to .This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to-------------------------------------------------------------Brought to you by CommuniGate Pro - The Buzz Word Compliant MessagingServer.To end your Mail problems go to .This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to-------------------------------------------------------------Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server.To end your Mail problems go to .This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to
Sam Polk
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Playin Tricks (2006)
problems with WebCat-Plugin ()
duplicate items in cart (1998)
WebCat2b15MacPlugin - [protect] (1997)
off topic - dna snipets (1997)
I assume it is a safe bet this does not help (1998)
blank page from template (1997)
2cd pare of eyes. (2001)
problems with 2 tags shakur (1997)
Setting up WebCatalog with Retail Pro data (1996)
Display [price] in banner ad (1998)
problems with 2 tags (1997)
A question on sub-categories (1997)
OT: Log Files (2003)
Database Options (1997)
Time for a hard questions. (1997)
[WebDNA] Use of MySQL with WebDNA (2010)
Three new problems ... (1997)
webcat method for waiting specific amount of time? (2000)
CAll me Crazy (2000)