logger.info('Sending task ready mail notification to "{}"'.format(task.user.email))
mail_subject='Your Task "{}" is up and running'.format(task.container.name)
mail_text='Hello,\n\nyour Task "{}" on {} is up and running: {}/tasks/?uuid={}\n\nThe Rosetta notifications bot.'.format(task.container.name,task.computing,settings.DJANGO_PUBLIC_HTTP_HOST,task.uuid)