call other shortcode in the email contactform7 send [closed]

For sending in mails you can use below code:

add_filter( 'wpcf7_special_mail_tags', 'show_bill', 10, 3 );

For more details please follow below links:

Custom shortcode in emails

Short code in form

Contact form 7 custom shortcodes

Thanks!