Currently you can only do this manually by uncommenting the following line in admin.php:
// debug, shows SMTP messages
// $smtp_debug = '1';
Becomes
// debug, shows SMTP messages
$smtp_debug = '1';
Your post will be a reminder for me to put this into the interface in the future - thanks for your suggestion.
Regards