Griffon 1.2 とメールプラグインをインストールしました。
griffon install-plugin mail
テストを作成しました:
sendMail(mailhost: '192.168.0.19',
to: 'me@home.com',
from: 'me@home.com',
subject: 'Test Mail',
text:'''
Hello
World''')
ただし、mailhost パラメータは使用しません。localhost を使用しようとします。
javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25
telnet コマンドで SMTP サーバーを確認したところ、動作しました。