Hi, > Watchlist > 1) Can I setup the service to use my own script for sending email instead of > the builtin one?
Own script or own email template ? - sendMail code : com.xpn.xwiki.plugin.mailsender.MailSenderPlugin (line 592) - email template : XWiki.WatchListMessage > b) Failing that, how does one setup the email server settings, including > login details? I'd prefer to set this up at the xwiki.cfg level if > possible, as this will then map across to all virtual servers. FTM the SMTP server is configured at the XWiki.XWikiPreferences level (and SMTP auth is not handled), it can be modified at com.xpn.xwiki.plugin.mailsender.MailSenderPlugin (line 416). > 2) Will this send multiple emails (one per watch), or a single combined > email per day? It will combine the notifications and send you an email every hour/day/week/month according to the your personal preference (accessible from Watch>Manage in the top menu). Regards, JV. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
