HTML mail tactics? Is there a way of designating a new line in ASP without a carriage return?

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Re: HTML mail tactics? Is there a way of designating a new line in ASP without a carriage return?

    > The HTML mails I'm trying to send have ASP code in them.

    hmmm.... the ASP code won't run, you know. If you mean what I think you
    mean, that is...

    I can't see other wise why you'd want ASP code in there


    ________________________________________
    Atrax. MVP, IIS
    [url]http://rtfm.atrax.co.uk/[/url]

    newsflash : Atrax.Richedit 1.0 now released.
    [url]http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.RichEdit/[/url]

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Atrax Guest

  2. Similar Questions and Discussions

    1. Create RTF / Word Docs - Line Feed / Carriage Return
      Hi All, Not a question, a solution! I was having a hard time with this one, and thought this might help someone out in the future. 1. Creating...
    2. Carriage Return
      Please help me how I can enter text with carriage returns into my database. I have a Textbox with TextMode="MultiLine" Now, if inter a text...
    3. FTP doesn't add Carriage Return from VMS to NT?
      When I try to use NET::FTP to transfer text files from VMS to NT (GET command using ASCII mode,) FTP will add the Linefeed, but not the required...
    4. Carriage Return / Line Feed question
      <de-lurk> Hello all, Given the script listed below: LINE: while (<>) { while (! m/.+?<endad>/){ if(m/<cat:(\d+)>/) { $cat = $1;
    5. Line Feed vs Carriage Return
      "Lynn" <noemail@yahoo.com> wrote in message news:011901c34717$b9a7d5f0$a601280a@phx.gbl... char(10) is the line delimiter on Unix. char(13) +...
  3. #2

    Default Re: HTML mail tactics? Is there a way of designating a new line in ASP without a carriage return?

    Ken, could you show your code, I have a feeling you are doing something "the
    hard way"

    "Ken Fine" <kenfine@u.washington.edu> wrote in message
    news:bg9oi3$28ik$1@nntp6.u.washington.edu...
    > I'm using the CDO/CDONTS components to send HTML mail. These components
    > demand that the entire body of the mail appear on a single line, no CR or
    > newlines.
    >
    > The HTML mails I'm trying to send have ASP code in them. Some of this
    code,
    > such as repeat regions, fails if you don't manually insert a <CR>. This
    > screws up CDO/CDONTS, which wants the page code on a single line.
    >
    > Is there a character sequence that designates a new line to ASP but that
    > doesn't involve a carriage return?
    >
    > BTW, I have a feeling I'm doing this "the hard way." Should there be a way
    > to read in the message body programmatically, and not have to go through
    the
    > exercise of formatting the text appropriately? What techniques do other
    > folks use, short of buying expensive e-mail components?
    >
    > Thanks in advance.
    >
    > -KF
    >
    >

    Tom B Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139