This commit is contained in:
bitbucket 2024-07-19 16:24:40 +05:30
parent 3b8783eff3
commit 2ba925f1c6

View File

@ -194,12 +194,12 @@
if(JSON.parse(response).status == 'success'){
$('#savedata').prop('disabled', false);
toastr.success('Mail Send successfully ', 'Success');
toastr.success('Mail Sent successfully ', 'Success');
// window.location.href = '<?= base_url()."business_list"; ?>';
}else{
$('#savedata').prop('disabled', true);
toastr.warning('Please Check Mail Configuration', 'Warning');
toastr.warning('Mail Sent Failed , Please Check Mail Configuration', 'Warning');
}
},