Function ForumEmailIntegration->outgoing_message

Definitions

sources/cns_forum_email_integration.php

  • Send out an e-mail message for a forum post.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$topic_id AUTO_LINK required parameter N/A N/A The ID of the topic that got posted in
$post_id AUTO_LINK required parameter N/A N/A The ID of the post
$forum_id AUTO_LINK required parameter N/A N/A The forum that the topic is in
$post_url mixed required parameter N/A N/A URL to the post (URLPATH or Tempcode)
$topic_title string required parameter N/A N/A Topic title
$post string required parameter N/A N/A Post text
$to_member_id MEMBER required parameter N/A N/A Member ID of recipient
$to_displayname string required parameter N/A N/A Display name of recipient
$to_email EMAIL required parameter N/A N/A E-mail address of recipient
$from_displayname string required parameter N/A N/A Display name of poster
$is_starter boolean False N/A N/A Whether this is a new topic, just created by the poster