to test smtp.qml you have to add email config to silkrc like below.
{ "email": { "host": "smtp server address" , "encrypt": "SSL" , "port": 465 , "username": "username" , "password": "password" , "from": "your mail address" } }