RE: [WebDNA] SendMail

This WebDNA talk-list message is from

2008


It keeps the original formatting.
numero = 100149
interpreted = N
texte = Dough! Terry, I do remember running into that. I recalled the fix from years ago last night in my sleep. OMG, I'm dreaming about WebDNA......it has started again.... Thanks for the reply! Mike -----Original Message----- From: Terry Wilson [mailto:terry@terryfic.com] Sent: Tuesday, July 01, 2008 9:50 PM To: talk@webdna.us Subject: Re: [WebDNA] SendMail Yeah, I went through that. It wasn't until I started using an OSX server that it reared its ugly head. But the fix is easy. In your text editor, make sure your preferences are set to format the returns as Unix returns. I use BBEdit, and there's a setting for this under "Text Files: Saving". For Default Line Breaks, choose Unix. Resave the page and it should be fine. Terry I created a form to email using [sendmail]. It works just fine but the returns in the code are lost. Is there any reason for this? I thought the [sendmail] did not trash returns? Here is the code: [showif [v.submitEmail]=t] [sendmail to=[lookup db=dbs/staff.db&value=[v.agent1]&lookInField=agent1&returnField=email¬Fou nd=info]@oldecarriage.com&from=[v.fromEmail]&subject=Listing Inquiry on [v.sku]] From: [v.fromFirst] [v.fromLast] Email: [v.fromEmail] Subject: [v.subject] I need [v.reason] Comments: [v.comments] I need a response [v.response] Phone: [v.phoneArea]-[v.phonePrefix]-[v.phoneSuffix] Contact me: [v.contactTime] I am also: [v.BuyerOrSeller] I plan to buy/sell within: [v.planToSell] [/sendmail] [/showif] The results look like this: From: Michael DeLorenzo Email: test@delorenzo.net Subject: test1 I need More information about this property. Comments: I love it. Have more photos? I need a response in the next 1-2 days Phone: 444-555-5566 Contact me: afternoon I am also: buyer I plan to buy/sell within: I am just looking Basically I receive the email with all of the information spewed on to one line with no returns in it. Mike -- Terry Wilson | terry@terryfic.com | http://terryfic.com http://WhosComing.com - a simplified, affordable online reservation system http://TightJacket.com -- stylish protection for your laptop -------------------------------------------------------------------------- Attitude is the only difference between ordeal and adventure. Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Sendmail with attachment (Stuart Tremain 2019)
  2. Re: [WebDNA] sendmail - gives an "error -1" (Palle Bo Nielsen 2018)
  3. Re: [WebDNA] sendmail - gives an "error -1" (Stuart Tremain 2018)
  4. Re: [WebDNA] SENDMAIL (Lawrence Banahan 2017)
  5. Re: [WebDNA] SENDMAIL (Kenneth Grome 2017)
  6. Re: [WebDNA] SENDMAIL (Brian Harrington 2017)
  7. Re: [WebDNA] SENDMAIL (Kenneth Grome 2017)
  8. Re: [WebDNA] Sendmail BCC bug still exists (Stuart Tremain 2017)
  9. Re: [WebDNA] SendMail Problems, 453 (Palle Bo Nielsen 2016)
  10. Re: [WebDNA] SendMail Problems, 453 (Kenneth Grome 2016)
  11. Re: [WebDNA] SendMail Problems, 453 (Palle Bo Nielsen 2016)
  12. Re: [WebDNA] SendMail Problems, 453 (Kenneth Grome 2016)
  13. Re: [WebDNA] SendMail Problems, 453 (Palle Bo Nielsen 2016)
  14. Re: [WebDNA] SendMail Problems, 453 (Kenneth Grome 2016)
  15. Re: [WebDNA] Sendmail BCC bug still exists (Kenneth Grome 2015)
  16. Re: [WebDNA] Sendmail BCC bug still exists (Diane Blackmore 2015)
  17. Re: [WebDNA] Sendmail BCC bug still exists (Kenneth Grome 2015)
  18. Re: [WebDNA] Sendmail BCC bug still exists (christophe.billiottet@webdna.us 2015)
  19. Re: [WebDNA] Sendmail BCC bug still exists (Stuart Tremain 2015)
  20. Re: [WebDNA] Sendmail BCC bug still exists (Kenneth Grome 2015)
  21. Re: [WebDNA] Sendmail BCC bug still exists (christophe.billiottet@webdna.us 2015)
  22. Re: [WebDNA] Sendmail on a one page website..... (Rich Kwas 2013)
  23. Re: [WebDNA] Sendmail on a one page website..... (Tom Duke 2013)
  24. Re: [WebDNA] sendmail time stamp (Steve Raslevich 2013)
  25. Re: [WebDNA] sendmail time stamp (Marc Thompson 2013)
  26. Re: [WebDNA] sendmail time stamp (Tom Duke 2013)
  27. Re: [WebDNA] sendmail attached file (Kenneth Grome 2011)
  28. Re: [WebDNA] sendmail attached file (Tom Duke 2011)
  29. Re: [WebDNA] sendmail attached file (Stephen Braun 2011)
  30. Re: [WebDNA] Sendmail 'return-path' header that is different to the (Tom Duke 2009)
  31. Re: [WebDNA] Sendmail 'return-path' header that is different to the (Tom Duke 2009)
  32. Re: [WebDNA] Sendmail 'return-path' header that is different to the 'from' header (Stuart Tremain 2009)
  33. Re: [WebDNA] Sendmail problem ("Psi Prime, Matthew A Perosi " 2009)
  34. Re: [WebDNA] Sendmail problem (Donovan Brooke 2009)
  35. Re: [WebDNA] Sendmail Problems (Donovan Brooke 2008)
  36. Re: [WebDNA] sendmail html with image attachments (Rob 2008)
  37. Re: [WebDNA] sendmail html with images attached (Donovan Brooke 2008)
  38. RE: [WebDNA] SendMail ("Michael A. DeLorenzo" 2008)
  39. Re: [WebDNA] SendMail (Terry Wilson 2008)
Dough! Terry, I do remember running into that. I recalled the fix from years ago last night in my sleep. OMG, I'm dreaming about WebDNA......it has started again.... Thanks for the reply! Mike -----Original Message----- From: Terry Wilson [mailto:terry@terryfic.com] Sent: Tuesday, July 01, 2008 9:50 PM To: talk@webdna.us Subject: Re: [WebDNA] SendMail Yeah, I went through that. It wasn't until I started using an OSX server that it reared its ugly head. But the fix is easy. In your text editor, make sure your preferences are set to format the returns as Unix returns. I use BBEdit, and there's a setting for this under "Text Files: Saving". For Default Line Breaks, choose Unix. Resave the page and it should be fine. Terry I created a form to email using [sendmail]. It works just fine but the returns in the code are lost. Is there any reason for this? I thought the [sendmail] did not trash returns? Here is the code: [showif [v.submitEmail]=t] [sendmail to=[lookup db=dbs/staff.db&value=[v.agent1]&lookInField=agent1&returnField=email¬Fou nd=info]@oldecarriage.com&from=[v.fromEmail]&subject=Listing Inquiry on [v.sku]] From: [v.fromFirst] [v.fromLast] Email: [v.fromEmail] Subject: [v.subject] I need [v.reason] Comments: [v.comments] I need a response [v.response] Phone: [v.phoneArea]-[v.phonePrefix]-[v.phoneSuffix] Contact me: [v.contactTime] I am also: [v.BuyerOrSeller] I plan to buy/sell within: [v.planToSell] [/sendmail] [/showif] The results look like this: From: Michael DeLorenzo Email: test@delorenzo.net Subject: test1 I need More information about this property. Comments: I love it. Have more photos? I need a response in the next 1-2 days Phone: 444-555-5566 Contact me: afternoon I am also: buyer I plan to buy/sell within: I am just looking Basically I receive the email with all of the information spewed on to one line with no returns in it. Mike -- Terry Wilson | terry@terryfic.com | http://terryfic.com http://WhosComing.com - a simplified, affordable online reservation system http://TightJacket.com -- stylish protection for your laptop -------------------------------------------------------------------------- Attitude is the only difference between ordeal and adventure. "Michael A. DeLorenzo"

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:

WebCatalog NT beta 18 problem (1997) SSL and reg web*L and reg web* (1997) WebCat for mass emailings (1997) customer info (2001) Silly date question (2006) emailer settings and control questions (1997) removing commas from a preformatted number (2000) Ken's Data Manager (was dbQuickView 2.0) (2005) Associative lookup style? (1997) Search inside Include (1998) Summing a field full of numbers ... (1997) Permission denied? (2004) date (1999) [WebDNA] WebDNA development (2017) What is the default seed for the encrypt context? (2000) Don't tick me off :) [elaspedtime] (1997) Opinion: [input] should be called [output] ... (1997) Webcatalog server support (1997) nesting limits? (1998) Add message to Order (1997)