ePages 6.11.0 - DE_EPAGES/Newsletter/API/Constants.pm

Package DE_EPAGES::Newsletter::API::Constants

Some constants

@EXPORT_OK
@CSV_WARNING_CODES_ADDRESSEE
MAILS_PER_RUN
NEWSLETTER_ADDRESSEE_SUBSCRIBED
NEWSLETTER_ADDRESSEE_UNSUBSCRIBED
NEWSLETTER_ADDRESSEE_REQUEST_SUBSCRIBE
NEWSLETTER_ADDRESSEE_REQUEST_UNSUBSCRIBE
NEWSLETTER_EDITABLE
NEWSLETTER_SENT
NEWSLETTER_SCHEDULED

@CSV_WARNING_CODES_ADDRESSEE (array.string)

possible warning codes for addressee import

MAILS_PER_RUN (integer)

maximum number of emails that are send each time
the scheduler processes the newsletter. Default: 500
This value is configurable in the epages.conf file, section
DE_EPAGES::Newsletter, key MailsPerRun.

NEWSLETTER_ADDRESSEE_SUBSCRIBED

status of NewsletterAddressee (0 subscribed)

NEWSLETTER_ADDRESSEE_UNSUBSCRIBED

status of NewsletterAddressee (1 unsubscribed)

NEWSLETTER_ADDRESSEE_REQUEST_SUBSCRIBE

status of NewsletterAddressee (2 request subscription)

NEWSLETTER_ADDRESSEE_REQUEST_UNSUBSCRIBE

status of NewsletterAddressee (3 request cancel subscription)

NEWSLETTER_EDITABLE

status of Newsletter (0 editable)

NEWSLETTER_SENT

status of Newsletter (2 sent)

NEWSLETTER_SCHEDULED

status of Newsletter (4 scheduled)