hi Iam udaykiran.Iam new to ror. can u send the email program using ror.please urgent Thanks & regards udaykiran -- 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 Mar 26, 6:39 am, uday kiran <udaykiran.ra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi > > Iam udaykiran.Iam new to ror. > > can u send the email program using ror.please urgent >Not entirely sure what the question is, but Rails apps can of course send email using actionmailer (which supports several delivery methods and can be extended to support others (eg amazon SES)) Fred> Thanks & regards > > udaykiran-- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
OK i write the program it shows message Time expired C:/Ruby187/lib/ruby/1.8/timeout.rb:64:in `rbuf_fill'' C:/Ruby187/lib/ruby/1.8/net/protocol.rb:134:in `rbuf_fill'' C:/Ruby187/lib/ruby/1.8/net/protocol.rb:116:in `readuntil'' C:/Ruby187/lib/ruby/1.8/net/protocol.rb:126:in `readline'' C:/Ruby187/lib/ruby/1.8/net/smtp.rb:923:in `recv_response'' C:/Ruby187/lib/ruby/1.8/net/smtp.rb:554:in `do_start'' C:/Ruby187/lib/ruby/1.8/net/smtp.rb:933:in `critical'' C:/Ruby187/lib/ruby/1.8/net/smtp.rb:554:in `do_start'' C:/Ruby187/lib/ruby/1.8/net/smtp.rb:525:in `start'' C:/Ruby187/lib/ruby/1.8/net/smtp.rb:463:in `start'' C:/Ruby187/lib/ruby/gems/1.8/gems/actionmailer-2.1.0/lib/action_mailer/base.rb:627:in `perform_delivery_smtp'' C:/Ruby187/lib/ruby/gems/1.8/gems/actionmailer-2.1.0/lib/action_mailer/base.rb:508:in `__send__'' C:/Ruby187/lib/ruby/gems/1.8/gems/actionmailer-2.1.0/lib/action_mailer/base.rb:508:in `deliver!'' C:/Ruby187/lib/ruby/gems/1.8/gems/actionmailer-2.1.0/lib/action_mailer/base.rb:414:in `deliver'' Here deliver method fails pls give me the solution. On 26 March 2011 15:13, Frederick Cheung <frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > On Mar 26, 6:39 am, uday kiran <udaykiran.ra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > hi > > > > Iam udaykiran.Iam new to ror. > > > > can u send the email program using ror.please urgent > > > > Not entirely sure what the question is, but Rails apps can of course > send email using actionmailer (which supports several delivery methods > and can be extended to support others (eg amazon SES)) > > Fred > > Thanks & regards > > > > udaykiran > > -- > 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.
Source code? On Sat, Mar 26, 2011 at 11:06 AM, uday kiran <udaykiran.raise-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> OK > > i write the program it shows message > > > Time expired > > > C:/Ruby187/lib/ruby/1.8/timeout.rb:64:in `rbuf_fill'' > C:/Ruby187/lib/ruby/1.8/net/protocol.rb:134:in `rbuf_fill'' > > > C:/Ruby187/lib/ruby/1.8/net/protocol.rb:116:in `readuntil'' > C:/Ruby187/lib/ruby/1.8/net/protocol.rb:126:in `readline'' > C:/Ruby187/lib/ruby/1.8/net/smtp.rb:923:in `recv_response'' > C:/Ruby187/lib/ruby/1.8/net/smtp.rb:554:in `do_start'' > > > C:/Ruby187/lib/ruby/1.8/net/smtp.rb:933:in `critical'' > C:/Ruby187/lib/ruby/1.8/net/smtp.rb:554:in `do_start'' > C:/Ruby187/lib/ruby/1.8/net/smtp.rb:525:in `start'' > C:/Ruby187/lib/ruby/1.8/net/smtp.rb:463:in `start'' > > > C:/Ruby187/lib/ruby/gems/1.8/gems/actionmailer-2.1.0/lib/action_mailer/base.rb:627:in `perform_delivery_smtp'' > C:/Ruby187/lib/ruby/gems/1.8/gems/actionmailer-2.1.0/lib/action_mailer/base.rb:508:in `__send__'' > > > C:/Ruby187/lib/ruby/gems/1.8/gems/actionmailer-2.1.0/lib/action_mailer/base.rb:508:in `deliver!'' > C:/Ruby187/lib/ruby/gems/1.8/gems/actionmailer-2.1.0/lib/action_mailer/base.rb:414:in `deliver'' > > > > Here deliver method fails pls give me the solution. > > > On 26 March 2011 15:13, Frederick Cheung <frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > >> >> >> On Mar 26, 6:39 am, uday kiran <udaykiran.ra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> > hi >> > >> > Iam udaykiran.Iam new to ror. >> > >> > can u send the email program using ror.please urgent >> > >> >> Not entirely sure what the question is, but Rails apps can of course >> send email using actionmailer (which supports several delivery methods >> and can be extended to support others (eg amazon SES)) >> >> Fred >> > Thanks & regards >> > >> > udaykiran >> >> -- >> 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.