• Resolved Riddhi Dagli

    (@riddidagli)


    Hi,

    I have one custom requirement:

    1. Send rsvp form registration confirmation email to admin
    2. Admin email should have different email content

    Currently I have used “tribe_rsvp_email_headers” hook available in doc but as it’s name suggest it only add bcc email on the same copy of attendee registration confirmation email.

    So, anyone has idea how can we send registration confirmation email to admin with different email content?

    Please any suggestion would be helpful ASAP.

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @riddidagli,
    Thanks for reaching out with this question.

    You could create a separate email for admins and send it when the email confirmation is being sent.

    To accomplish this you can create a custom email template, this is the file you need to look at> wp-content/plugins/event-tickets/src/views/tickets/email.php

    You need to create a copy and place it here> [your-theme]/tribe-events/tickets/

    Once the copy is in place you can start customizing. I would suggest creating the body and header content for the new email and using wp_mail() so send the email.

    Let me know how it goes

    Best
    Santiago

    Plugin Support Erica

    (@eeide)

    Hey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email Template Customization for Admin Email’ is closed to new replies.