javaldx: Could not find a Java Runtime Environment! PyMailServiceProvider init PyMailServiceProvider create with PyMailSMPTService init PyMailSMPTService addConnectionListener PyMailSMPTService getSupportedConnectionTypes PyMailSMPTService connect ServerName: mail.messagingengine.com Port: 587 Timeout is instance of int? False Timeout: connect: (u'mail.messagingengine.com', 587) connect: (u'mail.messagingengine.com', 587) reply: '220 mail.messagingengine.com ESMTP ready\r\n' reply: retcode (220); Msg: mail.messagingengine.com ESMTP ready connect: mail.messagingengine.com ESMTP ready ConnectionType: Ssl send: 'ehlo [127.0.0.1]\r\n' reply: '250-mail.messagingengine.com\r\n' reply: '250-PIPELINING\r\n' reply: '250-SIZE 71000000\r\n' reply: '250-ENHANCEDSTATUSCODES\r\n' reply: '250-8BITMIME\r\n' reply: '250 STARTTLS\r\n' reply: retcode (250); Msg: mail.messagingengine.com PIPELINING SIZE 71000000 ENHANCEDSTATUSCODES 8BITMIME STARTTLS send: 'STARTTLS\r\n' reply: '220 2.0.0 Start TLS\r\n' reply: retcode (220); Msg: 2.0.0 Start TLS send: 'ehlo [127.0.0.1]\r\n' reply: '250-mail.messagingengine.com\r\n' reply: '250-PIPELINING\r\n' reply: '250-SIZE 71000000\r\n' reply: '250-ENHANCEDSTATUSCODES\r\n' reply: '250-8BITMIME\r\n' reply: '250-AUTH PLAIN LOGIN\r\n' reply: '250 AUTH=PLAIN LOGIN\r\n' reply: retcode (250); Msg: mail.messagingengine.com PIPELINING SIZE 71000000 ENHANCEDSTATUSCODES 8BITMIME AUTH PLAIN LOGIN AUTH=PLAIN LOGIN Logging in, username of elish@fastmail.fm send: 'AUTH PLAIN AGVsaXNoQGZhc3RtYWlsLmZtAHRvZGFsYWVs\r\n' reply: '235 2.0.0 OK\r\n' reply: retcode (235); Msg: 2.0.0 OK PyMailSMPTService isConnected PyMailSMPTService isConnected PyMailSMPTService disconnect send: 'quit\r\n' reply: '221 2.0.0 Bye\r\n' reply: retcode (221); Msg: 2.0.0 Bye