9 calls to _og_user_mail_text() in Organic groups 5
- og_admin_settings in ./
og.module - og_approve in ./
og.module - og_create_admin_confirm_submit in ./
og.module - Confirm og create admin form
- og_deny in ./
og.module - og_email_form_submit in ./
og.module - og_invite_form_submit in ./
og.module - og_mail in ./
og.module - Send this node/comment via email to all email members. Called from og_nodeapi() and og_comment(). Sometimes called from during cron if job_queue.module is enabled (recommended). TODO: this function is a bit messy. rethink.
- og_nodeapi in ./
og.module - Implementation of hook_nodeapi().
- og_subscribe_user in ./
og.module - Create a new membership for a given user to given group and send proper email. Edits to membership should go through og_save_subscription(). No access control since this is an API function.