Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Email a hyperlink 1

Status
Not open for further replies.

Binks810302

Technical User
Oct 9, 2003
10
ZA
Hi people,
I have managed to send an email using ASP. But I need to go 1 step further. I need to include a hyperlink in the body of the email. Does anyone know how I could possibly do this.
Thanks
Binks
 
well, you just write it in the text. the utility the user uses to read the mail dictacts if it is a clickable link or not.

_____________________________________________________________________
onpnt2.gif

I have the resolution perfect in my mind, but it never seems to fit on the screen quite the same way
 
yup, u have to send the mail in HTML format...

Known is handfull, Unknown is worldfull
 
Hi People,
For example, when you place a question on this site, and you recieve a response, you are notified via e mail, which entails a link to that very question. Now, I need to do the same.

I have tried placing a link ib the email with just a string as in " but it appears as text only.
Is there some tags that have to use.

I'll keep on trying, if I do find out , I'll lt you know. PLease assist guys. Thanks
 
like i said u have to change the body type to HTML kike this:
myMail.MailFormat=0
myMail.BodyFormat=0
'myMail is ur CDONTS Mail object...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top