[Seaside] Emailing out

Lukas Renggli renggli at gmail.com
Tue Oct 16 06:55:31 UTC 2007


> Do you know how to send emails through localhost in the way you suggest?

MailSender classPool at: #SmtpServer put: 'localhost'.
SeasidePlatformSupport
    deliverMailFrom: 'your at some.com'
    to: #( 'first at test.com' 'second at test.com' )
    text: 'To: first at test.com
Subject: Hallo

This is a test ...'

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list