Dec. 2, 2011
7:08 p.m.
Alexandre Bergel-7 wrote
We first thought about sending email directly from Pharo, but apparently it is not easy to send email.
I cleaned up Pharo's mail code a little. Issue 5051: [ENH]: Clean up Mail code http://code.google.com/p/pharo/issues/detail?id=5051 Added simpified API, for example: message := MailMessage from: 'sender@domain.com' to: { 'recipient@domain.com'. 'recipient2@domain.com' } about: 'Very Important Subject' asFollows: 'Hi, how are you?'. message sendOn: 'mail.domain.com'. Added some tests to MailMessage -- View this message in context: http://forum.world.st/Send-a-notification-tp3503711p4148595.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.