Not directly. You can't execute scripts on GAE, so you would have to move the checking/sending code into a controller function and set up the GAE cron to call it periodically.
However, it might be easier to use the GAE queues and to delegate e-mail sending to a background task: https://developers.google.com/appengine/docs/python/taskqueue/overview