org.gcube.portlets.user.joinnew.server
Class EmailNotification

java.lang.Object
  extended by org.gcube.portlets.user.joinnew.server.EmailNotification

public class EmailNotification
extends Object

A class for sending email

Author:
Panagiota Koltsida, NKUA

Constructor Summary
EmailNotification(String sender, String[] recipients, String subject, String body)
          Class's constructor
 
Method Summary
 void sendEmail()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailNotification

public EmailNotification(String sender,
                         String[] recipients,
                         String subject,
                         String body)
Class's constructor

Parameters:
sender -
recipients -
subject -
body -
Method Detail

sendEmail

public void sendEmail()


Copyright © 2013. All Rights Reserved.