サーバー側 (wakanda 10) で、次のメールを送信します。
var mail = require('waf-mail/mail');
var message = new mail.Mail();
message.from = 'emailadres of the sender';
message.to = [theEmailadres];
message.subject = 'Here the subject of the email';
message.setBodyAsHTML('Here the HTML content of the email');
message.send('smtp.gmail.com', 465, true, 'username', 'password');
その後、手順が凍結されているように見えます。デバッガーを閉じると、ログファイルに次のエラーが表示されます。
2016-05-11 15:17:55 [com.wakanda-software.xbox] エラー - [1] / 壊れたパイプ (kOTSerialOverrunErr / EPIPE)、タスク #21523、タスク名は HTTP 接続ハンドラ
誰にもアイデアがありますか?