Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Created June 2, 2015 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ad095e97ed25cbcc4fb3 to your computer and use it in GitHub Desktop.
Save anonymous/ad095e97ed25cbcc4fb3 to your computer and use it in GitHub Desktop.
Log File
02 10:21:14 FINER [ExtendedMailAction@com.dynatrace.diagnostics.plugins.extendedmailreport.action] ExtendedMailAction class: Entering setup method
2015-06-02 10:21:14 FINER [ExtendedMailAction@com.dynatrace.diagnostics.plugins.extendedmailreport.action] ExtendedMailAction class: Entering execute method
2015-06-02 10:21:21 INFO [MailExecutor@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Entering sendMessage method
2015-06-02 10:21:21 INFO [MailExecutor@com.dynatrace.diagnostics.plugins.extendedmailreport.action] sendMessage method: recipients are '[abcd@e-mail.com]'
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] useEhlo true, useAuth false
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] trying to connect to host "mail.server.com", port 25, isSSL false
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] connected to host "mail.server.com", port: 25
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "SIZE", arg "10485760"
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "PIPELINING", arg ""
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "DSN", arg ""
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "ENHANCEDSTATUSCODES", arg ""
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "STARTTLS", arg ""
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "AUTH", arg ""
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "8BITMIME", arg ""
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "BINARYMIME", arg ""
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "CHUNKING", arg ""
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "XEXCH50", arg ""
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "XSHADOW", arg ""
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] use8bit false
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Verified Addresses
2015-06-02 10:21:21 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] abcd@e-mail.com
2015-06-02 10:21:21 FINER [ExtendedMailAction@com.dynatrace.diagnostics.plugins.extendedmailreport.action] ExtendedMailAction class: Entering teardown method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment