On 11/24/2010 04:05 PM, Arnaud bourree wrote: > Hello, > > I want to used "Share by email" but I've the following error in log: > 2010-11-24 15:48:39,986 > [http://localhost:8080/xwiki/bin/get/abourree/Weekly1046?xpage=shareinline] > ERROR mailsender.MailSenderPlugin - sendEmailFromTemplate: > XWiki.SharePage vcontext: org.apache.velocity.velocitycont...@72d833 > com.sun.mail.smtp.SMTPSendFailedException: 550 5.7.1 Client does not > have permissions to send as this sender > > To solved it, I need to specify the from field. > > I update in XWiki.XWikiPreferences General Admin email to my own => > without success. > Note that I able to send invitation with invitation application and > Email "from" address set to mine > > Regards,
The email is sent as "no-reply@<xwiki hostname>". You either have to configure the mail server to accept mails from that address, or change the shareinline.vm template to use a different address. In the future the used address should be configurable, either as the sender's email address configured in his profile, or as the current no-reply, or as the system email address configured in the wiki preferences. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
