Posted by vic y on 09/13/05 15:48
Created a SP that uses system function XP_SENDMAIL. I want
to be able to send a HYPERLINK in the email. The
HYPERLINK is created dynamically and generally long in length (exceeds
default width of 80 characters) and when rendered in the email is split
across 2 lines. The problem is that when you click on the link it
disregards the part of the link that has been split onto the line
below.
Does anyone know a solution to this - how to extend the width of the
email to wider that 80 characters so that the link is not split over 2
lines? I know that you can use the @width parameter when placing the
message in an attatchment, however I want the link to be placed in the
body of the email and not in an attachment.
Any help is much appreciated..
[Back to original message]
|