RoxenCMS 17Newsletter ModuleInternal Tags

   

<emit newsletter-lists>
<emit newsletter-newsletters>
<emit newsletter-statistics>
<emit newsletter-subscribers>
<newsletter-confirm>
<newsletter-log-request/>
<newsletter-redirect>
<newsletter-subscribe>
<newsletter-unsubscribe>

<emit source="newsletter-subscribers"></emit>

Provided by module: CMS: Newsletter

List subscribers.


Attributes

email="string" ()

List only subscribers matching this email glob expression.


list="string" ()

List only subscribers to this list specified by the list identifier.


signup-before="string" ()

List only subscribers who signed up before this datetime expression.

This is a mysql datetime field.


signup-after="string" ()

List only subscribers who signed up after this datetime expression.

This is a mysql datetime field.


confirm-before="string" ()

List only subscribers who confirmed their subscription before this datetime expression.

This is a mysql datetime field.


confirm-after="string" ()

List only subscribers who confirmed their subscription after this datetime expression.

This is a mysql datetime field.


firstname="string" ()

List only subscribers with firstname matching this glob expression.


lastname="string" ()

List only subscribers with lastname matching this glob expression.


ip="string" ()

List only subscribers with IP matching this glob expression.


browser="string" ()

List only subscribers with browser matching this glob expression.


&_.browser; (provided by CMS: Newsletter)

The browser the subscriber had when signing up.


&_.confirmdate; (provided by CMS: Newsletter)

The time of the confirmation of the subscription.


&_.email; (provided by CMS: Newsletter)

Subscriber email.


&_.firstname; (provided by CMS: Newsletter)

Subscriber firstname.


&_.id; (provided by CMS: Newsletter)

Subscriber id.


&_.identifier; (provided by CMS: Newsletter)

The identifier for the subscription.


&_.ip; (provided by CMS: Newsletter)

The IP which the subscriber had when signing up.


&_.lastname; (provided by CMS: Newsletter)

Subscriber lastname.


&_.signupdate; (provided by CMS: Newsletter)

The time of the subscription sign up.