Preventing hyperlinks in an SMTPsocket email

(Separate problem from that just entered) I would like to include a web site URL and an email address in a generated email without them appearing as clickable hyperlinks. How can this be done?

Both your questions can probably be answered by sending the message body as HTML.

Here is an example :

[code]

Unsubscribe

this is a link in text mode : http://mysite.com

[/code]

First line is a link that shows as “Unsubscribe”, second line shows as pure text.

Yeah, Michel. I was hoping I wouldn’t have to do that. But I guess I will.

Forgot to say Thanks.
Thank you.

HTML works. Thanks.