Hey all,
I'm trying to add a SystemAccount class to my project by using the
emailAddress of the loginInfo as an ID for my SystemAccount class.
I've added a SystemAccountService and SystemAccountServiceAsync
interfaces that contains the method to addAccount() and getAccount()
which would be stored
Hi all,
Im trying to set up my GWT app so that it can send emails.
I have the code to send the email in a server-side servlet class. I
have downloaded the Java Mail API and the JAF and included both the
mail.jar and the activation.jar files to the external jars.
Here is my Code:
import java.ut