sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #26370
Re: [Question #241177]: How to send a email on detecting a image in sikuli IDE ?
Question #241177 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/241177
Ador Juan Cruz posted a new comment:
I am using gmail.
tried your example on my sikuliX 1.1.0beta version IDE and it did not work. I need to use SSL port 465 (gmail) so I uncommented this line
from smtplib import SMTP_SSL as SMTP
and commented this one
#from smtplib import SMTP
I get this error:
[error] SystemExit ( mail failed; Connection unexpectedly closed: [Errno -1] SSL exception: Differences between the SSL socket behaviour of cpython vs. jython are explained on the wiki: http://wiki.python.org/jython/NewSocketModule#SSL_Support )
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.