473,320 Members | 2,054 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

CDONT Line Wrap problem

I'm generating HTML formatted emails in my asp program using CDONT. Depending on hoow ling the link is it will sometimes wrap and ruin the link. The is Detail email properties listing :

------=_NextPart_000_0314_01C418C2.90C5F130
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

At your request, we have created a webpage message for you:
here
<http://www.mississippiprinting.com/ClientWebpages/AccountBobJones.htm>
instead of sending you an email.

------=_NextPart_000_0314_01C418C2.90C5F130
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

At your request, we have created a webpage message for you:
<a =
href=3D"http://www.mississippiprinting.com/ClientWebpages/AccountBobJones=
htm">here</a>instead of sending you an email.
------=_NextPart_000_0314_01C418C2.90C5F130--

Notice how the link is good in the first part, the straight text, but in the second part, the html version, the link is wrapped so that it removes the '.' and ruins the link. Any way to stop this? Any way to set the width of the email maybe? Thanks!
Jul 19 '05 #1
1 1686

Why not:

At your request, we have created a webpage message for you <a
href="yourlink">here</a>.

? If it's in html, the line wrap shouldn't matter anyway, should it? If
you're sending html body as you have indicated, that won't be a link.
Writing:

<http:...> will be an unknown html tag in the html source, not a clickable
link in the body. Are you sure you aren't seeing the linewrap in the plain
text e-mail?
Ray at work
"Simon Wigzell" <si**********@shaw.ca> wrote in a message that was in HTML,
which Ray then converted to plain text as a subtle way of letting the OP
know that plain text is the preferred format of choice in usenet
news:FOjbc.14259$oR5.737@pd7tw3no...

I'm generating HTML formatted emails in my asp program using CDONT.
Depending on hoow ling the link is it will sometimes wrap and ruin the link.
The is Detail email properties listing :

------=_NextPart_000_0314_01C418C2.90C5F130
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

At your request, we have created a webpage message for you:
here
<http://www.mississippiprinting.com/ClientWebpages/AccountBobJones.htm>
instead of sending you an email.
Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Simon Wigzell | last post by:
I send HTML formatted emails with links and images in them generated by my asp driven website. Occasionally the image will not appear and the link will not work. By looking at the email at the...
2
by: Rajiv | last post by:
hi all , i have to send the mail to all the employees of the company , e-mail address is stored in a table . i m using cdont component to send the mail , what are the basic requirement of...
11
by: name | last post by:
Here is a first attempt at a line/word wrapping utility. Seems to work okay, but lacks some checking stuff, etc. --------------------------------------------------------- #include <stdio.h>...
4
by: Nathan Sokalski | last post by:
I am writing code for ASP.NET, and when switching between design and HTML view in .aspx files many of the lines that are longer than the screen width automatically wrap to the next line. I do not...
11
by: Simon Wigzell | last post by:
My website sends automatic emails from many (25) different places. I want to send a second email by reading the parameters of the first one. I don't want to have to repeat and maintain the...
1
by: Simon Wigzell | last post by:
Is it possible to extract from a CDONT a value that has been added to it? e.g. can I say: MyCDONTSMail.From="some email address" MyCDONTSMail.To="some other email address"...
13
by: Haines Brown | last post by:
I have a style for a list: dl { line-height: 1; margin-bottom: 1em; } But the W3C CSS validator says: Line: 124 Context : dl Invalid number : line-height Parse Error -
1
by: bijuvellur | last post by:
why the mail goes to bulk? when we use ASP code using CDONT mail object
1
by: praveenb000 | last post by:
Hi every one, I designed a web page, having horizontal menu using UL and LI tags; I need to be set rollover effect for a menu items. whenever user hover on a menu item, the entire...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.