{"id":1407921,"date":"2017-12-18T08:48:45","date_gmt":"2017-12-18T16:48:45","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/"},"modified":"2017-12-18T08:48:45","modified_gmt":"2017-12-18T16:48:45","slug":"tickets-email-needs-to-send-to-customer-and-other-email-addresses","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/","title":{"rendered":"Tickets email needs to send to customer and other email addresses."},"content":{"rendered":"<p>Hello,<\/p>\n<p>I tried following instructions from this post but did not get the BCC for ticket emails to work. https:\/\/theeventscalendar.com\/support\/forums\/topic\/email-tickets-to-customer-and-another-email-address\/<\/p>\n<p>The code I added is below. I did change the emails when I implemented on my site. I left out the line get_option( &#8216;admin_email&#8217; ), because I don&#8217;t need it to go to the site admin. Thanks for your help.<\/p>\n<pre><code>\/**\n  * BCC multiple email addresses, including the site admin email address, on all Event Tickets&#039; RSVP ticket emails so they get a copy of it too\n  *\n  * From https:\/\/gist.github.com\/cliffordp\/c4fb2ea8fb5ca44973ff06e6facc9742\n  * A fork of https:\/\/gist.github.com\/cliffordp\/4f06f95dbff364242cf54a3b5271b182\n  * For https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-tickets-free-not-plus-rsvp-notifications\/#post-1272819\n  *\n  * @link https:\/\/developer.wordpress.org\/reference\/functions\/wp_mail\/#comment-349\n  *\/\nfunction cliff_et_rsvp_bcc_admin_and_more_ticket() {\n\t$bccs = array(\n\t  &#039;someone@example.com&#039;, \/\/ edit or delete this line\n \t  &#039;someone2@example.com&#039;, \/\/ edit or delete this line\n\t);\n\t\n\t\/\/ set Headers to Event Tickets&#039; default\n\t$headers = array( &#039;Content-type: text\/html&#039; );\n\t\n\t\/\/ add each BCC email if it&#039;s a valid email address\n\tforeach ( $bccs as $bcc ) {\n\t\t$bcc = sanitize_email( $bcc );\n\t\t\n\t\tif ( is_email( $bcc ) ) {\n\t\t\t$headers[] = sprintf( &#039;Bcc: %s&#039;, $bcc );\n\t\t}\n\t}\n\t\n\treturn $headers;\n}\nadd_filter( &#039;tribe_rsvp_email_headers&#039;, &#039;cliff_et_rsvp_bcc_admin_and_more_ticket&#039; );<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-1407921","topic","type-topic","status-closed","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Tickets email needs to send to customer and other email addresses. -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tickets email needs to send to customer and other email addresses. -\" \/>\n<meta property=\"og:description\" content=\"Hello, I tried following instructions from this post but did not get the BCC for ticket emails to work. https:\/\/theeventscalendar.com\/support\/forums\/topic\/email-tickets-to-customer-and-another-email-address\/ The code I added is below. I did change the emails when I implemented on my site. I left out the line get_option( &#8216;admin_email&#8217; ), because I don&#8217;t need it to go to the site [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/\",\"name\":\"Tickets email needs to send to customer and other email addresses. -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2017-12-18T16:48:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theeventscalendar.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\/\/theeventscalendar.com\/support\/topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Ticket Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Event Tickets Plus\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/event-tickets-plus\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Tickets email needs to send to customer and other email addresses.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\",\"url\":\"https:\/\/theeventscalendar.com\/support\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tickets email needs to send to customer and other email addresses. -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/","og_locale":"en_US","og_type":"article","og_title":"Tickets email needs to send to customer and other email addresses. -","og_description":"Hello, I tried following instructions from this post but did not get the BCC for ticket emails to work. https:\/\/theeventscalendar.com\/support\/forums\/topic\/email-tickets-to-customer-and-another-email-address\/ The code I added is below. I did change the emails when I implemented on my site. I left out the line get_option( &#8216;admin_email&#8217; ), because I don&#8217;t need it to go to the site [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/","name":"Tickets email needs to send to customer and other email addresses. -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2017-12-18T16:48:45+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/tickets-email-needs-to-send-to-customer-and-other-email-addresses\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theeventscalendar.com\/support\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"https:\/\/theeventscalendar.com\/support\/topics\/"},{"@type":"ListItem","position":3,"name":"Ticket Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/"},{"@type":"ListItem","position":4,"name":"Event Tickets Plus","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/event-tickets-plus\/"},{"@type":"ListItem","position":5,"name":"Tickets email needs to send to customer and other email addresses."}]},{"@type":"WebSite","@id":"https:\/\/theeventscalendar.com\/support\/#website","url":"https:\/\/theeventscalendar.com\/support\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1407921","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1407921\/revisions"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1407921"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}