Title: Email text template syntax
Last modified: August 27, 2018

---

# Email text template syntax

 *  Resolved [DuelingOgres](https://wordpress.org/support/users/duelingogres/)
 * (@duelingogres)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/email-text-template-syntax/)
 * I would like to include the event URL in the auto email. Is there a bracketed
   option that I’m missing to incorporate that into my email template?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Ed](https://wordpress.org/support/users/erishel/)
 * (@erishel)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/email-text-template-syntax/#post-10678344)
 * Hey there **[@duelingogres](https://wordpress.org/support/users/duelingogres/)**!
 * Thanks for reaching out — that’s a great question, I can help with that 🙂
 * Give this a shot:
 * `<?php echo tribe_get_event_meta( get_the_ID(), ‘_EventURL’, true ); ?>`
 * Hope that helps!
 *  Thread Starter [DuelingOgres](https://wordpress.org/support/users/duelingogres/)
 * (@duelingogres)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/email-text-template-syntax/#post-10694186)
 * Hey [@erishel](https://wordpress.org/support/users/erishel/), will I put that
   right in the text editor in Registrations>Email Settings>Confirmation Message?
    -  This reply was modified 7 years, 8 months ago by [DuelingOgres](https://wordpress.org/support/users/duelingogres/).
 *  Plugin Contributor [András Guseo](https://wordpress.org/support/users/aguseo/)
 * (@aguseo)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/email-text-template-syntax/#post-10819610)
 * Hi [@duelingogres](https://wordpress.org/support/users/duelingogres/),
 * Which email are we talking about? The order confirmation / completed email, or
   the email that contains the ticket?
 * If the latter, you will need to create a template override
    Our Themer’s Guide–
   [https://theeventscalendar.com/knowledgebase/themers-guide/](https://theeventscalendar.com/knowledgebase/themers-guide/)
 * For this file:
    wp-content/plugins/event-tickets/src/views/tickets/email.php
 * A.
 *  Thread Starter [DuelingOgres](https://wordpress.org/support/users/duelingogres/)
 * (@duelingogres)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/email-text-template-syntax/#post-10819774)
 * Thanks András, yeah I finally found that link on my own and to be honest forgot
   that I had a conversation open in here about it!
 * But yes, for anyone who comes along with a similar question, you have to create
   a template override and place it in a different directory within your WordPress
   install.
 *  Plugin Contributor [András Guseo](https://wordpress.org/support/users/aguseo/)
 * (@aguseo)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/email-text-template-syntax/#post-10842301)
 * Thanks for reporting back! Stoked to hear that you managed to find a solution.
 * For the future, information about template overrides can be found in our Themer’s
   Guide – [https://theeventscalendar.com/knowledgebase/themers-guide/](https://theeventscalendar.com/knowledgebase/themers-guide/)
 * Cheers,
    Andras

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Email text template syntax’ is closed to new replies.

 * ![](https://ps.w.org/event-tickets/assets/icon.svg?rev=2259340)
 * [Event Tickets and Registration](https://wordpress.org/plugins/event-tickets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/event-tickets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/event-tickets/)
 * [Active Topics](https://wordpress.org/support/plugin/event-tickets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/event-tickets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/event-tickets/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [András Guseo](https://wordpress.org/support/users/aguseo/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/email-text-template-syntax/#post-10842301)
 * Status: resolved