Guest User

Untitled

a guest
Nov 28th, 2017
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. send_mail.rb:36: syntax error, unexpected '\n', expecting ')'
  2.  
  3. C:\Users\User\rubytut\less15>ruby send_mail.rb
  4. Введите пароль от вашей почты [email protected] для отправки письма
  5. Кому отправить письмо?
  6. Что написать в письме
  7. privet daragoy
  8. C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/pony-1.11/lib/pony.rb:250:in `block in bu
  9. ild_mail': undefined method `body' for Pony:Module (NoMethodError)
  10. from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/mail-2.7.0/lib/mail/message.
  11. rb:155:in `initialize'
  12. from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/mail-2.7.0/lib/mail/mail.rb:
  13. 51:in `new'
  14. from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/mail-2.7.0/lib/mail/mail.rb:
  15. 51:in `new'
  16. from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/pony-1.11/lib/pony.rb:215:in
  17. `build_mail'
  18. from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/pony-1.11/lib/pony.rb:166:in
  19. `mail'
  20. from send_mail.rb:19:in `<main>'
Advertisement
Add Comment
Please, Sign In to add comment