Description
Using the following code in a XE 1.9 SNAPSHOT instance:
$xwiki.mailsender.sendTextMessage("bonjour@me.org", "wikibc@googlemail.com", "Hello world", "content")
does not result in any mail being sent (though it works in XE 1.8.3).
The postfix log reads:
May 19 20:47:46 guillaume-lerouges-macbook postfix/smtpd[908]: connect from localhost[127.0.0.1] May 19 20:47:46 guillaume-lerouges-macbook postfix/smtpd[908]: 81B391B115B: client=localhost[127.0.0.1] May 19 20:47:46 guillaume-lerouges-macbook postfix/smtpd[908]: 81B391B115B: reject: RCPT from localhost[127.0.0.1]: 550 5.1.1 <null>: Recipient address rejected: User unknown in local recipient table; from=<bonjour@me.org> to=<null> proto=ESMTP helo=<localhost> May 19 20:47:46: --- last message repeated 1 time --- May 19 20:47:46 guillaume-lerouges-macbook postfix/smtpd[908]: disconnect from localhost[127.0.0.1]