Email Program

hi

Iam udaykiran.Iam new to ror.

can u send the email program using ror.please urgent

Thanks & regards

udaykiran

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

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.

Source code?