X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-send_coupon.php;h=9cf143b81f21d6dca7a0a78058c75913b6a7da56;hp=b304dbe7bada516e5bf1f2f642d5d2af1ee3c620;hb=09d80c9e9fab53408938a69f25e46dfb1fb7a6a1;hpb=9b8fe454a575a1f000b00bc7ca37eaad6d59d21a diff --git a/inc/modules/admin/what-send_coupon.php b/inc/modules/admin/what-send_coupon.php index b304dbe7ba..9cf143b81f 100644 --- a/inc/modules/admin/what-send_coupon.php +++ b/inc/modules/admin/what-send_coupon.php @@ -108,7 +108,7 @@ if (isFormSent()) { ); // Load member email template - $mailText = loadEmailTemplate('member_coupon', $content, $userid); + $mailText = loadEmailTemplate('member_coupon_code', $content, $userid); // And deliver it sendEmail($userid, '{--MEMBER_COUPON_SUBJECT--}', $mailText); @@ -132,7 +132,7 @@ if (isFormSent()) { ); // Send admin notification - sendAdminNotification('{--ADMIN_COUPON_SUBJECT--}', 'admin_coupon', $content); + sendAdminNotification('{--ADMIN_COUPON_SUBJECT--}', 'admin_coupon_code', $content); // Free result SQL_FREERESULT($result);