Forum: Ruby on Rails Help with email

Posted by Rodrigo Ruiz (Guest)
on 2011-07-01 17:33
(Received via mailing list)
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
Posted by leoncio caminha (Guest)
on 2011-07-01 19:07
(Received via mailing list)
hey dude, check it out the site http://railscasts.com its amazing site,
speaking about much things in ruby and rails check this
http://railscasts.com/episodes/61-sending-email is very helpful

any doubts, please, ask

2011/7/1 Rodrigo Ruiz <rodrigo.ruiz7@gmail.com>
Posted by Rodrigo Ruiz (Guest)
on 2011-07-02 21:20
(Received via mailing list)
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
Posted by Rodrigo Ruiz (Guest)
on 2011-07-02 21:21
(Received via mailing list)
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
Posted by Rodrigo Ruiz (Guest)
on 2011-07-04 23:37
(Received via mailing list)
I'm receiving this error:
Errno::ECONNREFUSED

any idea?

On Fri, Jul 1, 2011 at 7:05 PM, leoncio caminha
Posted by Peter De Berdt (Guest)
on 2011-07-05 10:14
(Received via mailing list)
On 04 Jul 2011, at 23:36, Rodrigo Ruiz 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
Posted by Rodrigo Ruiz (Guest)
on 2011-07-05 13:21
(Received via mailing list)
actually I'm running it locally (localhost)

On Tue, Jul 5, 2011 at 10:13 AM, Peter De Berdt
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.