RE: [WebDNA] HTML [sendmail] revisited

This WebDNA talk-list message is from

2009


It keeps the original formatting.
numero = 102055
interpreted = N
texte = Nice one Stewart. I like the text option. Michael -----Original Message----- From: Stuart Tremain [mailto:webdna@idfk.com.au] Sent: Thursday, February 19, 2009 6:01 PM To: talk@webdna.us Subject: Re: [WebDNA] HTML [sendmail] revisited This is my email sender: [SendMail to=[emailtoaddress]&from=[emailfromaddress]&reply- to=[replytoaddress]&subject=[ThisSubject]&MIME-Version=1.0&Content- Type=multipart/alternative; charset=us-ascii; boundary="this_is_the_boundary"&Content-Transfer-Encoding=7bit]] --this_is_the_boundary Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit[unurl]%0D%0A[/unurl] [Include file=^include/email/confirmation_email-text.inc] [unurl]%0D%0A[/unurl] --this_is_the_boundary Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit[unurl]%0D%0A[/unurl] [Include file=^include/email/confirmation_email-html.inc] --this_is_the_boundary-- [/sendmail] Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 20/02/2009, at 9:28 AM, Dan Strong wrote: > It's been awhile since I've done this and my old, working code is > out of reach at the moment... > > [sendmail > TO=me@myemailaddress.com&FROM=validEmail@mydomain.com&subject=HTML > email Test&MIME-Version=1.0&Content-Type=multipart/ > mixed;boundary=1234abcd][!][/!][line_ending] > --1234abcd[line_ending] > Content-Type: text/plain; charset=iso-8859-1 > plain text content goes here..... > --1234abcd[line_ending] > Content-Type: text/html; charset=iso-8859-1 > > TEST TEST TEST > > > >
size=5>Hello world
> > > --1234abcd[line_ending] > [/sendmail] > > Is sending me the literal HTML code (not parsed) like so: > > %0A&0D > --1234abcd%0A&0D > Content-Type: text/plain; charset=iso-8859-1 > plain text content goes here..... > --1234abcd%0A&0D > Content-Type: text/html; charset=iso-8859-1 > > TEST TEST TEST > > > >
size=5>Hello world
> > > --1234abcd%0A&0D > > > What am I missing? > -Dan > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us old archives: http://dev.webdna.us/TalkListArchive/ Associated Messages, from the most recent to the oldest:

    
  1. RE: [WebDNA] HTML [sendmail] revisited ("Michael A. DeLorenzo" 2009)
  2. Re: [WebDNA] HTML [sendmail] revisited (Stuart Tremain 2009)
  3. Re: [WebDNA] HTML [sendmail] revisited (Toby Cox 2009)
  4. Re: [WebDNA] HTML [sendmail] revisited (Stuart Tremain 2009)
  5. Re: [WebDNA] HTML [sendmail] revisited ("Dan Strong" 2009)
  6. Re: [WebDNA] HTML [sendmail] revisited (Donovan Brooke 2009)
  7. Re: [WebDNA] HTML [sendmail] revisited ("Dan Strong" 2009)
  8. Re: [WebDNA] HTML [sendmail] revisited (Stuart Tremain 2009)
  9. Re: [WebDNA] HTML [sendmail] revisited (Stuart Tremain 2009)
  10. Re: [WebDNA] HTML [sendmail] revisited ("Dan Strong" 2009)
  11. Re: [WebDNA] HTML [sendmail] revisited (Stuart Tremain 2009)
  12. Re: [WebDNA] HTML [sendmail] revisited (Tom Duke 2009)
  13. Re: [WebDNA] HTML [sendmail] revisited (World Wide Art 2009)
  14. RE: [WebDNA] HTML [sendmail] revisited ("Michael A. DeLorenzo" 2009)
  15. Re: [WebDNA] HTML [sendmail] revisited (Toby Cox 2009)
Nice one Stewart. I like the text option. Michael -----Original Message----- From: Stuart Tremain [mailto:webdna@idfk.com.au] Sent: Thursday, February 19, 2009 6:01 PM To: talk@webdna.us Subject: Re: [WebDNA] HTML [sendmail] revisited This is my email sender: [SendMail to=[emailtoaddress]&from=[emailfromaddress]&reply- to=[replytoaddress]&subject=[ThisSubject]&MIME-Version=1.0&Content- Type=multipart/alternative; charset=us-ascii; boundary="this_is_the_boundary"&Content-Transfer-Encoding=7bit]] --this_is_the_boundary Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit[unurl]%0D%0A[/unurl] [Include file=^include/email/confirmation_email-text.inc] [unurl]%0D%0A[/unurl] --this_is_the_boundary Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit[unurl]%0D%0A[/unurl] [Include file=^include/email/confirmation_email-html.inc] --this_is_the_boundary-- [/sendmail] Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 20/02/2009, at 9:28 AM, Dan Strong wrote: > It's been awhile since I've done this and my old, working code is > out of reach at the moment... > > [sendmail > TO=me@myemailaddress.com&FROM=validEmail@mydomain.com&subject=HTML > email Test&MIME-Version=1.0&Content-Type=multipart/ > mixed;boundary=1234abcd][!][/!][line_ending] > --1234abcd[line_ending] > Content-Type: text/plain; charset=iso-8859-1 > plain text content goes here..... > --1234abcd[line_ending] > Content-Type: text/html; charset=iso-8859-1 > > TEST TEST TEST > > > >
size=5>Hello world
> > > --1234abcd[line_ending] > [/sendmail] > > Is sending me the literal HTML code (not parsed) like so: > > %0A&0D > --1234abcd%0A&0D > Content-Type: text/plain; charset=iso-8859-1 > plain text content goes here..... > --1234abcd%0A&0D > Content-Type: text/html; charset=iso-8859-1 > > TEST TEST TEST > > > >
size=5>Hello world
> > > --1234abcd%0A&0D > > > What am I missing? > -Dan > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us old archives: http://dev.webdna.us/TalkListArchive/ "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:

RE: [WebDNA] WebDNA & Google Chrome Browser (2012) splitting numbers in webDNA? (1997) Date format problems (1997) WebCatalog2 Feature Feedback (1996) Add to Cart & List of Products (1997) dates and hex formatting (1997) Wanted: More Math Functions (or, Can You Solve This?) (1997) Append command (2000) Looking for PHP programmer (2007) Emailer (1997) RAM crash (1998) [isfile] ? (1997) If Empty ? (1997) Verifying SSL on Page (2002) Site Test Please (2005) time and welcome (1999) WebDNA module - Automated database archiving (1997) The IBC root beer has arrived! (1997) [shell] oddity (2002) Mozilla/4. and Browser Info.txt (1997)