Automated Mailing with new Blog Post

Hi there Folks and happy new year.

I would like to find a way to automate a Mailing with every new Blogpost which is created.
Is there any experience with this with xwiki and its server options alone or with connected
third party services? Couldnt find anything yet.

Cheers,
Tom

Hi, the way to do this in XWiki is to write an EventListener (https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Tutorials/WritingEventListenerTutorial/) which listens to the DocumentCreatedEvent and then use the Mail Sender API (https://extensions.xwiki.org/xwiki/bin/view/Extension/Mail/MailSenderAPI) to send some mails.

Thx Vincent,

i will try that.

Cheers,
T.