[Sikuli-driver] [Question #241177]: How to send a email on detecting a image in sikuli IDE ?

2013-12-23 Thread srijith
New question #241177 on Sikuli: https://answers.launchpad.net/sikuli/+question/241177 Basically i want to send a email when I find a particular image , so my algorithm goes something like if exists(IMG): send email exit(0); So for past few hours I was working on email script and I'm not fi

Re: [Sikuli-driver] [Question #241177]: How to send a email on detecting a image in sikuli IDE ?

2013-12-23 Thread srijith
Question #241177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241177 Description changed to: Basically i want to send a email when I find a particular image , so my algorithm goes something like if exists(IMG): send email exit(0); So for past few hours I was working on

Re: [Sikuli-driver] [Question #241177]: How to send a email on detecting a image in sikuli IDE ?

2013-12-23 Thread RaiMan
Question #241177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241177 Status: Open => Needs information RaiMan requested more information: What about using features from the Java level below? -- You received this question notification because you are a member of Sikuli D

Re: [Sikuli-driver] [Question #241177]: How to send a email on detecting a image in sikuli IDE ?

2013-12-23 Thread srijith
Question #241177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241177 srijith posted a new comment: can you elaborate on that ? I'm not sure about java features . -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contac

Re: [Sikuli-driver] [Question #241177]: How to send a email on detecting a image in sikuli IDE ?

2013-12-23 Thread RaiMan
Question #241177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241177 Status: Needs information => Answered RaiMan proposed the following answer: ok,if you do not have enough Java experience, this approach does not make sense (finding a Java library, that does the job and

Re: [Sikuli-driver] [Question #241177]: How to send a email on detecting a image in sikuli IDE ?

2014-06-12 Thread Ador Juan Cruz
Question #241177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241177 Ador Juan Cruz posted a new comment: I also am trying to send an email. Code is very similar to op. However I know for a fact that the send_email code I have works on python but using the same code it does n

Re: [Sikuli-driver] [Question #241177]: How to send a email on detecting a image in sikuli IDE ?

2014-06-12 Thread Mark Weisler
Question #241177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241177 Mark Weisler proposed the following answer: On Dec 23, 2013, at 1:46 AM, srijith wrote: > New question #241177 on Sikuli: > https://answers.launchpad.net/sikuli/+question/241177 > > Basically i want to sen

Re: [Sikuli-driver] [Question #241177]: How to send a email on detecting a image in sikuli IDE ?

2014-06-12 Thread Ador Juan Cruz
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 i

Re: [Sikuli-driver] [Question #241177]: How to send a email on detecting a image in sikuli IDE ?

2014-06-12 Thread Ador Juan Cruz
Question #241177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241177 Ador Juan Cruz proposed the following answer: still cant figure out why this code works on python but not on sikuliX def send_email(mySubject, myMsg): gmail_user ="u...@gmail.com" gmail_pwd = "pass