I am developing a GWT application and I want to send an Email via a Servlet. The application is still running in development mode.
I am trying to use javamail. And I look into one answer in the StackOverflow, but I don't know how to set up the SMTP server. Is that mean I need to do some configuration on the server side of my GWT application? Thanks for anyone helping me.