email

Asked by juan pablo atehortua

necesito saber si la herramienta me notifica a un correo electonico de posibles fallas

Question information

Language:
Spanish Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Sikuli does not have any mail notifier built in.

You have to trigger an external mailer from inside your scripts.

e.g.

import os
if something_went_wrong:
    os.popen("send-mail " + some_message)

send-mail is a command line script, that sends the mail with the message.

Can you help with this problem?

Provide an answer of your own, or ask juan pablo atehortua for more information if necessary.

To post a message you must log in.