Page 1 of 1

registration confirmation email

Posted: Sun Jan 06, 2013 5:31 am
by broadleafer
Hi,

Is the feature of sending confirmation email on registration available in broadleaf ? EmailServiceImpl does not seem to have such method ?

Thought I'd ask here before implementing it because registration confirmation email is a very common feature these days.

Re: registration confirmation email

Posted: Mon Jan 07, 2013 10:54 am
by phillipuniverse
This is really just generalized into sending an email to an email address that just so happens to be an order confirmation email. There is a template in the DemoSite project called "orderConfirmation-email.html" which is what is currently used and referenced in OrderConfirmationController.

Re: registration confirmation email

Posted: Sat May 09, 2015 12:28 am
by Swamy K
Is it mean,As part of OOTB feature registered customer can't receive an email on new registration ,Even after updating the applicationContent-email.xml ?

Re: registration confirmation email

Posted: Sun May 10, 2015 10:53 pm
by Swamy K
OOTB feature is working fine.

Re: registration confirmation email

Posted: Wed May 20, 2015 12:10 am
by phillipuniverse
Sure they can, you will just need to write the logic to do that.