Join us for a Race Chix Networking Dinner and connect with minded Race Chix. Date: Sunday 7 March 2021 @ 5pm Location: State Motorcycle Sports Complex, Broadford Cost: $30+GST per person
Family, friends & fellas are also invited to attend!
// Add a custom "from" name and email to the rsvps
add_filter( 'tribe_rsvp_email_headers', function() {
// Set the from name
$name = 'Race Chix Events';
// Set the from email address
$email = 'rachelle@racechixmotorsport.com.au';
return 'Content-type: text/html' . "\r\n" . "From: $name " . "\r\n";
} );