Skip to content

Commit

Permalink
Fix replyTo in mailing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ymollard committed Oct 17, 2024
1 parent 55592a6 commit a9052fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/comm/mailing/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@

$trackid = 'emailing-test';
$upload_dir_tmp = $upload_dir;
$mailfile = new CMailFile($tmpsujet, $object->sendto, $object->email_from, $tmpbody, $arr_file, $arr_mime, $arr_name, '', '', 0, $msgishtml, $object->email_errorsto, $arr_css, $trackid, '', 'emailing', '', $upload_dir_tmp);
$mailfile = new CMailFile($tmpsujet, $object->sendto, $object->email_from, $tmpbody, $arr_file, $arr_mime, $arr_name, '', '', 0, $msgishtml, $object->email_errorsto, $arr_css, $trackid, '', 'emailing', $object->replyto, $upload_dir_tmp);

$result = $mailfile->sendfile();
if ($result) {
Expand Down

0 comments on commit a9052fb

Please sign in to comment.