File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ public function resend(){
73
73
do_action ( 'caldera_forms_pre_email_resend ' , $ this ->form , $ this ->entry_id , $ this ->get_data () );
74
74
$ this ->remove_magic_hooks ();
75
75
$ this ->form ['mailer ' ][ 'recipients ' ] = Caldera_Forms::do_magic_tags ($ this ->form ['mailer ' ][ 'recipients ' ], $ this ->entry_id , $ this ->data );
76
+ $ this ->form ['mailer ' ][ 'sender_name ' ] = Caldera_Forms::do_magic_tags ($ this ->form ['mailer ' ][ 'sender_name ' ], $ this ->entry_id , $ this ->data );
77
+ $ this ->form ['mailer ' ][ 'reply_to ' ] = Caldera_Forms::do_magic_tags ($ this ->form ['mailer ' ][ 'reply_to ' ], $ this ->entry_id , $ this ->data );
78
+ $ this ->form ['mailer ' ][ 'cc_to ' ] = Caldera_Forms::do_magic_tags ($ this ->form ['mailer ' ][ 'cc_to ' ], $ this ->entry_id , $ this ->data );
79
+ $ this ->form ['mailer ' ][ 'bcc_to ' ] = Caldera_Forms::do_magic_tags ($ this ->form ['mailer ' ][ 'bcc_to ' ], $ this ->entry_id , $ this ->data );
76
80
$ this ->add_magic_hooks ();
77
81
Caldera_Forms_Save_Final::do_mailer ( $ this ->form , $ this ->entry_id , $ this ->get_data () );
78
82
$ this ->remove_magic_hooks ();
You can’t perform that action at this time.
0 commit comments