Sending an email with a link

Hi all,

I am trying to send an e-mail with a link in it. I can send e-mails
without any problems but can not figure out how to include a link in the
body. I've been trying to use action_mailer in Rails but it's a stand
alone script so there is no :controller or :action. Is there any where
to make those nil? Or even better to leave out action_mailer? Pointing
me to a tutorial is fine

Thanks for any help

--Ray

···

--
Posted via http://www.ruby-forum.com/.

I forget to mention I'm using SMTP no sendmail is available

···

--
Posted via http://www.ruby-forum.com/.

Doh sorry forgot one other thing

I can get a link sent like http://linksomewhere.com but I'm trying to
format like <a href=

http://linksomewhere.com>link</a>

thanks again

is there an edit button somewhere I'm missing?

···

--
Posted via http://www.ruby-forum.com/.