Skip to content

Commit b102a1d

Browse files
author
Vakeesan
committed
1 parent d69b41a commit b102a1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

classes/email/resend.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ public function resend(){
7373
do_action( 'caldera_forms_pre_email_resend', $this->form, $this->entry_id, $this->get_data() );
7474
$this->remove_magic_hooks();
7575
$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 );
7680
$this->add_magic_hooks();
7781
Caldera_Forms_Save_Final::do_mailer( $this->form, $this->entry_id, $this->get_data() );
7882
$this->remove_magic_hooks();

0 commit comments

Comments
 (0)