| Package | Description |
|---|---|
| org.opencms.newsletter |
Contains classes to distribute newsletters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsSimpleNewsletterRecipient
Simple implementation of interface
I_CmsNewsletterRecipient, with
isSubscriber(org.opencms.newsletter.I_CmsNewsletterContent) always returning true. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.mail.Email |
I_CmsNewsletter.getEmail(CmsObject cms,
I_CmsNewsletterRecipient recipient)
Returns the newsletter as an e-mail to be sent.
|
org.apache.commons.mail.Email |
CmsNewsletter.getEmail(CmsObject cms,
I_CmsNewsletterRecipient recipient)
Returns the e-mail for the newsletter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsNewsletterDistributor.distribute(CmsObject cms,
java.util.List<I_CmsNewsletterRecipient> recipients,
I_CmsNewsletter newsletter)
Sends a
I_CmsNewsletter to a list of I_CmsNewsletterRecipient objects. |