I`m usig
mailman.SshOpenTunnel("","")
to open ssh tunnel , in order to send email , the problem is , the boolean is always false. It works , it sends the email through the SSHtunnel but I can't control it, i need to control it before calling
mailman.SshAuthenticatePw
or
mailman.OpenSmtpConnection
Is there a workaround ? Thanks in advance !