From b6024ce217e4808c3478a60a0f7fe3dbd2776ad8 Mon Sep 17 00:00:00 2001 From: lartist Date: Wed, 31 May 2023 16:12:52 +0200 Subject: [PATCH] Mail template path correction --- contactform.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contactform.php b/contactform.php index 5611496..e7e942f 100644 --- a/contactform.php +++ b/contactform.php @@ -615,7 +615,7 @@ public function sendMessage() null, $file_attachment, null, - _PS_MAIL_DIR_, + dirname(__FILE__) . '/mails/', false, null, null, @@ -650,7 +650,7 @@ public function sendMessage() null, $file_attachment, null, - _PS_MAIL_DIR_, + dirname(__FILE__) . '/mails/', false, null, null,