Search:

Type: Posts; User: Laxman2809

Search: Search took 0.07 seconds.

  1. Re: Sending an email of the results from 1 Class to another

    But I was under the impression that I was declaring it in when I

    SMTPsender s = new SMTPsender(mailSender, mailSender,
    "WARNING! Your account is overdrawn.");

    or at least calling the...
  2. Re: Sending an email of the results from 1 Class to another

    Have it at the bottom of the driver program

    //Sending Email of Results

    SMTPsender s = new SMTPsender(mailSender, mailSender,
    "WARNING! Your account is overdrawn.");
    s.send();
  3. Re: Sending an email of the results from 1 Class to another

    Missing my die class but don't think its needed but here is the Error i am given from Eclipse


    Exception in thread "main" java.lang.Error: Unresolved compilation problems:
    mailSender cannot...
  4. Sending an email of the results from 1 Class to another

    Alright so I have written this dice wagering game where we use classes that store a bank account balacne class for die rolling and a class that send an email of the results/when they are out of...
Results 1 to 4 of 4