473,789 Members | 2,648 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.9 0C5F130
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.mississippi printing.com/ClientWebpages/AccountBobJones .htm>
instead of sending you an email.

------=_NextPart_000_ 0314_01C418C2.9 0C5F130
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.mississippi printing.com/ClientWebpages/AccountBobJones =
htm">here</a>instead of sending you an email.
------=_NextPart_000_ 0314_01C418C2.9 0C5F130--

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 1711

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**********@s haw.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.1425 9$oR5.737@pd7tw 3no...

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.9 0C5F130
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.mississippi printing.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
2228
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 receive end, (right click/properties/details/message source, this is what I sent: <p align="center" style="margin-top: 0; margin-bottom: 0"><a href="http://www.mississippiprinting.com/MPCHomeOld.asp"> <img border="0"...
2
1585
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 cdont how to install cdont on server 2000 and is it necessary that smtp server
11
6084
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> #include <stdlib.h> #include <string.h> #include <limits.h>
4
2363
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 like to have tags broken in the middle (I want everything between the < and > on the same line). Is there any way to prevent Visual Studio from breaking the tags in the middle? Thanks. -- Nathan Sokalski njsokalski@hotmail.com...
11
3003
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 assignment of the second email From,To,Subject fields so I am just using an include at each point in the code where I send an email: Set MyCDONTSMail = CreateObject("CDONTS.NewMail") MyCDONTSMail.BodyFormat= 0 MyCDONTSMail.MailFormat= 1...
1
2042
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" MyCDONTSMail.Subject="some subject" MyCDONTSMail.Body="some body" And then get those values later in the program e.g.:
13
2702
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
1373
by: bijuvellur | last post by:
why the mail goes to bulk? when we use ASP code using CDONT mail object
1
7738
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 item(including anchor tag text) has to change to another color, but since iam using anchor tag in LI tag, the text in the menu item is not changing color when i hover on the menu item(LI). (but changing color when i hover on the anchor tag Text). But i...
0
9663
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9506
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10404
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10193
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9016
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6761
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5415
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5548
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3695
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.