When a user registers, I just want to send a conformation mail to them.
I am working with JSF.
So I just want to know is there any functionality in JSF to achieve/support mailing.
Do I just need to use the javaMail api??
When a user registers, I just want to send a conformation mail to them.
Share
Use
JavaMailor Commons Email which is a little bit simpler.