I have a requirement to send emails from my Java EE based application to the customers. I am using a JBoss application server.
- I would like to understand if the application servers has the capability to act as an SMTP server as well.
- Can we use Mule ESB product to send emails? I guess Mule ESB uses the JavaMail API to send emails.