[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Sending an email with a link

Ray Gee

9/28/2007 6:12:00 PM

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-....

2 Answers

Ray Gee

9/28/2007 6:19:00 PM

0

I forget to mention I'm using SMTP no sendmail is available
--
Posted via http://www.ruby-....

Ray Gee

9/28/2007 6:36:00 PM

0

Doh sorry forgot one other thing

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

http://linksom...>link</a>

thanks again



is there an edit button somewhere I'm missing?
--
Posted via http://www.ruby-....