On Fri, Dec 20, 2013 at 3:24 PM, <miktor2...@gmail.com> wrote:

> I'm trying to set up a cron job to test sending email but it keeps failing.
>
> My app.yaml file looks like this:
> - url: .*
>   script: main.app
>
> - url: /tasks/sendtestemail
>   script: sendtestemail.app
>
> Any ideas where I'm going wrong here?
>
>

When you visit the /tasks/sendtestemail handler, which script is executed:
*main* or *sendtestemail*? Try reversing the order of the handlers in
app.yaml. Can you also post a screenshot of a sample request log?


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to