fork(3) download
  1. DEBUG: setDebug: JavaMail version 1.5.0
  2. DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]
  3. DEBUG SMTP: useEhlo true, useAuth true
  4. DEBUG SMTP: trying to connect to host "smtp.live.com", port 587, isSSL false
  5. 220 BLU0-SMTP52.phx.gbl Microsoft ESMTP MAIL Service, Version: 6.0.3790.4675 ready at Tue, 2 Jul 2013 05:05:22 -0700
  6. DEBUG SMTP: connected to host "smtp.live.com", port: 587
  7.  
  8. EHLO AlexZ-PC.homenet.telecomitalia.it
  9. 250-BLU0-SMTP52.phx.gbl Hello [79.12.8.245]
  10. 250-TURN
  11. 250-SIZE 41943040
  12. 250-ETRN
  13. 250-PIPELINING
  14. 250-DSN
  15. 250-ENHANCEDSTATUSCODES
  16. 250-8bitmime
  17. 250-BINARYMIME
  18. 250-CHUNKING
  19. 250-VRFY
  20. 250-TLS
  21. 250-STARTTLS
  22. 250 OK
  23. DEBUG SMTP: Found extension "TURN", arg ""
  24. DEBUG SMTP: Found extension "SIZE", arg "41943040"
  25. DEBUG SMTP: Found extension "ETRN", arg ""
  26. DEBUG SMTP: Found extension "PIPELINING", arg ""
  27. DEBUG SMTP: Found extension "DSN", arg ""
  28. DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""
  29. DEBUG SMTP: Found extension "8bitmime", arg ""
  30. DEBUG SMTP: Found extension "BINARYMIME", arg ""
  31. DEBUG SMTP: Found extension "CHUNKING", arg ""
  32. DEBUG SMTP: Found extension "VRFY", arg ""
  33. DEBUG SMTP: Found extension "TLS", arg ""
  34. DEBUG SMTP: Found extension "STARTTLS", arg ""
  35. DEBUG SMTP: Found extension "OK", arg ""
  36. DEBUG SMTP: use8bit false
  37. MAIL FROM:<alexanderforzamola@hotmail.it>
  38. 530 5.7.0 Must issue a STARTTLS command first
  39. DEBUG SMTP: got response code 530, with response: 530 5.7.0 Must issue a STARTTLS command first
  40.  
  41. RSET
  42. 530 5.7.0 Must issue a STARTTLS command first
  43. DEBUG SMTP: MessagingException while sending, THROW:
  44. com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first
  45.  
  46. at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2110)
  47. at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1609)
  48. at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1117)
  49. at com.mapgroup.classificator.mail.MailSender.sendEmail(MailSender.java:117)
  50. at com.mapgroup.classificator.boundary.MultiServer$ServeOneClient.run(MultiServer.java:344)
  51.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty