org.paneris.jammyjoes.mail
Class Mailer

java.lang.Object
  extended by org.paneris.jammyjoes.mail.Mailer

public class Mailer
extends java.lang.Object


Constructor Summary
Mailer(Sender sender, Newsletter newsletter)
           
 
Method Summary
 void addAddress(java.lang.String name)
           
 java.util.List sendAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mailer

public Mailer(Sender sender,
              Newsletter newsletter)
Method Detail

addAddress

public void addAddress(java.lang.String name)

sendAll

public java.util.List sendAll()
                       throws javax.mail.MessagingException,
                              com.quiotix.html.parser.ParseException,
                              java.io.IOException
Throws:
javax.mail.MessagingException
com.quiotix.html.parser.ParseException
java.io.IOException


Copyright © 2001-2008 PanEris. All Rights Reserved.