Page 1 of 1

Broadleaf 4.0.0 - How do we send an Email when new admin user is created

Posted: Thu Jan 28, 2016 2:32 am
by Shree
Hi All,
I want to do Implement Email integration in admin Module,
When new admin user is created the welcome email should be send to newly created admin user.
Can you Please guide me the steps for such Implementation ?

Thanks in Advance :)

Re: Broadleaf 4.0.0 - How do we send an Email when new admin user is created

Posted: Tue Feb 02, 2016 5:14 am
by Shree
Is it with the Custom Persistence Handlers?
Please let me know whats the best approach on this

Re: Broadleaf 4.0.0 - How do we send an Email when new admin user is created

Posted: Mon Feb 15, 2016 5:25 am
by Shree
Got Success !! :)
By extending class with CustomPersistenceHandlerAdapter and override canHandleAdd() & add() methods with my additional Email integration.