Skip to content
Zotonic
  • Start
  • Cookbook
  • Reference
  • Releases

Live search

Search across all Zotonic content

Type at least two characters

Results are matched against titles, summaries and topics as you type.

Notifications
  • Reference
  • Backend developer
  • Mailing lists
  • Notification
  • Send and receive

observe_mailinglist_mailing/2

Send a page to a mailinglist (notify) Use {single_test_address, Email} when sending to a specific e-mail address.

Type:

first

Return:

#mailinglist_mailing{} properties:

  • list_id: union
  • email: union
  • page_id: m_rsc:resource()
  • options: list

Edit on GitHub

Related documentation

Notifications

observe_mailinglist_message/2

Send a welcome or goodbye message to the given recipient. The recipient is either a recipient-id or a recipient props. ‘what’ is…

Notifications

observe_translate/2

Request a translation of a list of strings. The resulting translations must be in the same order as the request. This notification is…

Notifications

observe_activity_send/2

Push a list of activities via a ‘channel’ (eg ‘email’) to a recipient. The activities are a list of #activity{} records.

Notifications

observe_email_ensure_handler/2

Add a handler for receiving e-mail notifications

Notifications

observe_activity/2

An activity in Zotonic. When this is handled as a notification then return a list of patterns matching this activity. These patterns are…

Notifications

observe_middleware/3

Delegates the request processing.

Notifications

observe_identity_verification/2

Request to send a verification to the user. Return ok or an error. Handled by mod_signup to send out verification emails. Identity may be…

Notifications

observe_email_received/2

Notification sent to a site when e-mail for that site is received

Notifications

observe_email_add_handler/2

Add a handler for receiving e-mail notifications

GitHub © 2026 Zotonic