[SMTPClient
deliverMailFrom: sender
to: recipient
text: message
usingServer: 'mail.google.com']
on: Error
do:["Transcript show:'Sumthing went wrong'"].
如果SMTPClient提出一个Error说法TelnetProtocolError或ConnectionTimedOut。让成绩单显示我的信息的正确方法是什么?