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: '[email protected]'
                to: { '[email protected]'. '[email protected]' }
                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.

Reply via email to