Help with email

Hi, I wanna do 2 things:

first I want to be able to click on link in my website and make it
appear
one of those smalls screens for the user to type the message, email,
etc,
and send this email to the admin.

second I want to make something like those supports that you type the
email
and text in the browser, press send and it sends an email to the admin.

How can I do that?

Thank you,
Rodrigo

hey dude, check it out the site http://railscasts.com its amazing site,
speaking about much things in ruby and rails check this
#61 Sending Email - RailsCasts is very helpful

any doubts, please, ask

2011/7/1 Rodrigo R. [email protected]

I think a lot of commands there don’t work for rails 3, do you know any
video of the same kind but for rails 3?

On Fri, Jul 1, 2011 at 7:05 PM, leoncio caminha

Also I want the user to be able to type the email on the website, and
that
email come to my personal email, not send an email with the rails app.

How can I do that?

Thank you,
Rodrigo

On Fri, Jul 1, 2011 at 7:05 PM, leoncio caminha

On 04 Jul 2011, at 23:36, Rodrigo R. wrote:

I’m receiving this error:
Errno::ECONNREFUSED

Error number :: Error Connection Refused

Your e-mail server refuses your connection. Either it doesn’t allow
SMTP relaying at all, it uses POP-before-SMTP (what most e-mail
clients do: fetch new mail, then send off queued mails) or you have to
authenticate.

In any case, check your hosting provider’s requirements, check the RoR
docs on e-mailing and fix it.

Best regards

Peter De Berdt

actually I’m running it locally (localhost)

On Tue, Jul 5, 2011 at 10:13 AM, Peter De Berdt

I’m receiving this error:
Errno::ECONNREFUSED

any idea?

On Fri, Jul 1, 2011 at 7:05 PM, leoncio caminha