Rohaq
unread,Aug 11, 2010, 3:22:35 PM8/11/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker - Feature Requests
I'm trying to run a python script that I wrote (with the Python
interpreter installed in ASE) that will send me an email after passing
the recipient email, subject and message body into it, however when I
try to run the script, I get the following error:
<code>
Script does not exist:
sendemail.py '<my email address>' '<my subject>' '<my body>'
</code>
It seems that it's checking for the entire string in the script list,
rather than running the script with the arguments.
I'm thinking that there needs to be a second text box underneath the
'script' box when you run it, in order to specify arguments.
And yes, I know that there's a 'Compose Email' action already, however
this just opens up my mail client with the data ready, rather than
sending the email.