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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> 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 > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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 <leoncio.sobreira-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> 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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > >> 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 >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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 <leoncio.sobreira-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> 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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > >> 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 >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I''m receiving this error: Errno::ECONNREFUSED any idea? On Fri, Jul 1, 2011 at 7:05 PM, leoncio caminha <leoncio.sobreira-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> 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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > >> 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 >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 04 Jul 2011, at 23:36, Rodrigo Ruiz wrote:> I''m receiving this error: > Errno::ECONNREFUSEDError 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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
actually I''m running it locally (localhost) On Tue, Jul 5, 2011 at 10:13 AM, Peter De Berdt <peter.de.berdt-LPO8gxj9N8aZIoH1IeqzKA@public.gmane.org>wrote:> > 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 > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.