[SMTPClient
deliverMailFrom: sender
to: recipient
text: message
usingServer: 'mail.google.com']
on: Error
do:["Transcript show:'Sumthing went wrong'"].
If SMTPClient
raises an Error
saying TelnetProtocolError
or ConnectionTimedOut
.
What's the right way to just make the Transcript display my message?