ActiveSubscriber(id, date_create, date_last_modify, status, ordering, creator_id, last_modifier_id, mailinglist_id, contact_id, date_subscription, date_unsubscription, is_test_contact)
Mailing list: is a list of subscribers to some newsletters.
clone mailinglist without contacts
return Active Subscribers queryset
return number of subscribtions
return a link to the list of mailing list subscribers
return Test Subscribers queryset
return number of test subscribtions
return a link to the list of mailing list subscribers of subscribtions
return Unsubscribers queryset
return number of unsubscribtions
return a link to the list of mailing list subscribers of subscribtions
return True or False if Test Contacts are present
return Test Subscribers queryset
return number of subscribtions
return number of test subscribtions
return number of unsubscribtions
return Unsubscribers queryset
Newsletter to be sended to subscribers
return all Subscribers queryset of newsletter
return number active subscribers of newsletter
clone Newsletter
return preview url
return Active Subscribers queryset of newsltter
return number active subscribers of newsletter
return an active subscribers changelist link of newsletter
return default template path
return default newsletter title
return historic url
return a html string of mailing list names separated by ‘<br/>
return list of mailing list names
return statistics url
return a string of mailing list names separated by separator
return all Subscribers queryset of newsletter
return number subscribers of newsletter
return a subscribers changelist link of newsletter
return Test Subscribers queryset of newsletter
return number test subscribers of newsletter
return a test subscribers changelist link of newsletter
return Unsubscribers queryset of newsletter
return number unsubscribers of newsletter
return a unsubscribers changelist link of newsletter
method to send newsletter
method to send newsletter in test
return all Subscribers queryset of newsletter
return number subscribers of newsletter
return Test Subscribers queryset of newsletter
return number test subscribers of newsletter
return Unsubscribers queryset of newsletter
return number unsubscribers of newsletter
return percentage of unsubscribtions
NewsletterEmailObject(id, date_create, date_last_modify, ordering, creator_id, last_modifier_id, status, email_address, subject, content, smtp_server_id, bounce_server_id, header_sender, header_reply, slug, emailobject_ptr_id, newsletter_id, subscriber_id)
NewsletterTemplate(id, date_create, date_last_modify, ordering, creator_id, last_modifier_id, name, file)
Settings(id, date_create, date_last_modify, creator_id, last_modifier_id, name, value, description, type)
Subscription to a mailing list
Return a token of a contact
Return the uid in base 36 of a contact, and a token
Return the uid in base 36 of a contact
Checks if subscriber is active due to its status field :return: Boolean flag
Checks if subscriber related contact is active due to its status field :return: Boolean flag
Checks if a subscriber is subscribed from its mailing list :return: Boolean flag
Checks if subscriber is a test one due to its is_test_contact field :return: Boolean flag
Checks if a subscriber is unsubscribed from its mailing list :return: Boolean flag
Prepare a new email object for every subscriber without checking if the subscriber has already received the email. Email sending is made by background cron task (jmb.mailer.send_mails) :param newsletter: A newsletter instance to be sent via email :return: boolean flag of creation succesfully done, custom message
Prepare a new email object for every subscriber has already received the email of the newsletter. Email sending is made by background cron task (jmb.mailer.send_mails) :param newsletter: A newsletter instance to be sent via email :return: boolean flag of creation succesfully done, custom message
Prepare and send an email to the subscriber containing newsletter. :param newsletter: A newsletter instance to be sent via email :return: boolean flag of creation succesfully done, custom message
Prepare an email object the subscriber will receive containing newsletter only if not already sent. Email sending is made by background cron task (jmb.mailer.send_mails) :param newsletter: A newsletter instance to be sent via email :return: boolean flag of creation succesfully done, custom message
Unsubscribe the subscriber from a given mailing_list :param newsletter: A newsletter instance to be sent via email :return: boolean flag of creation succesfully done, custom message
TestSubscriber(id, date_create, date_last_modify, status, ordering, creator_id, last_modifier_id, mailinglist_id, contact_id, date_subscription, date_unsubscription, is_test_contact)
Unsubscriber(id, date_create, date_last_modify, status, ordering, creator_id, last_modifier_id, mailinglist_id, contact_id, date_subscription, date_unsubscription, is_test_contact)