Nicolas Cellier uploaded a new version of SMBase to project The Trunk:
http://source.squeak.org/trunk/SMBase-nice.142.mcz==================== Summary ====================
Name: SMBase-nice.142
Author: nice
Time: 11 June 2019, 11:32:00.824371 am
UUID: 28fcc52c-499a-2246-8ad5-49ac6355c95d
Ancestors: SMBase-cmm.141
Stop sending squeakToIso
=============== Diff against SMBase-cmm.141 ===============
Item was changed:
----- Method: SMUtilities class>>mail:subject:message: (in category 'private') -----
mail: anAccount subject: sub message: msg
"Send a mail to the holder of <anAccount>."
SMTPClient
deliverMailFrom: '
[hidden email]'
to: {anAccount email}
text:
('From: SqueakMap <
[hidden email]>
To: ', anAccount email, '
Subject: ', sub,
'
+ ', msg, (self randomPhrase), ', SqueakMap') usingServer: MailServer!
- ', msg, (self randomPhrase), ', SqueakMap') squeakToIso usingServer: MailServer!