Problem Related to Email link in the Admin's Setting Tab has been Resolved

This commit is contained in:
girish
2011-02-22 07:55:34 +00:00
parent 2d82fc1bcc
commit 4f947daa0f
2 changed files with 3 additions and 1 deletions

View File

@@ -226,7 +226,8 @@ function sendTestMail() {
'app_msg_bcc' => '',
'app_msg_attach' => '',
'app_msg_template' => '',
'app_msg_status' => 'pending'
'app_msg_status' => 'pending',
'app_msg_attach'=>'' // Added By Ankit
));
$oSpool->sendMail();