{"id":7571605,"date":"2016-07-14T10:49:55","date_gmt":"2016-07-14T10:49:55","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/notification-email-sample-code\/"},"modified":"2016-09-01T16:36:11","modified_gmt":"2016-09-01T16:36:11","slug":"notification-email-sample-code","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/notification-email-sample-code\/","title":{"rendered":"Notification email, sample code."},"content":{"rendered":"<p>Hi, if someone needs to send a notification, this might get you started:<\/p>\n<pre><code>function samen_bbp_rc_reported_topic( $topic_id ) {\n\t$topic = bbp_get_topic( $topic_id );\n\n\t$subject = &#039;Forum message reported&#039;;\n\n\t\/\/ Set the Mail Content\n\t$mail_body = &#039;\nHello,\n\nSomebody reported a forum post.\n\nHave a good day.\nThe editors of this website.\n\nForum message: &#039; . get_permalink( $topic_id ) . &#039;\nManage that message: &#039; . admin_url( &#039;\/post.php?post=&#039; . $topic_id . &#039;&amp;action=edit&#039; ) . &#039;\n&#039;;\n\n\t\/\/ Set the Mail Headers\n\t$header = &quot;From: &quot; . &quot; &lt;&quot; . get_bloginfo(&#039;admin_email&#039;) . &quot;&gt;\\r\\n&quot;;\n\t$header .= &quot;Content-Type: text\/plain; charset=UTF-8\\r\\n&quot;; \/\/ Encoding of the mail\n\n\twp_mail( get_bloginfo(&#039;admin_email&#039;), $subject, $mail_body, $header );\n}\nadd_action( &#039;bbp_rc_reported_topic&#039;, &#039;samen_bbp_rc_reported_topic&#039; );<\/code><\/pre>\n<p>https:\/\/wordpress.org\/plugins\/bbpress-report-content\/<\/p>\n","protected":false},"template":"","class_list":["post-7571605","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/7571605","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/7571605\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=7571605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}