I am working in an web app, where i have to send an开发者_运维技巧 email to my users after some event happens. I wont receive any mails from them. How to proceed with this.
You need
- an SMTP server
- commons-email (read the guide). It sits ontop of JavaMail
I am working in an web app, where i have to send an开发者_运维技巧 email to my users after some event happens. I wont receive any mails from them. How to proceed with this.
You need
精彩评论