Version Description
- Obsolete Code removed
- Unused Files removed
- Code Optimized
- Translation File Updated
Download this release
Release Info
Developer | contact-banker |
Plugin | WP Mail Bank: WordPress SMTP Plugin & Email Logs |
Version | 2.0.14 |
Comparing to | |
See all releases |
Code changes from version 2.0.13 to 2.0.14
- assets/admin/layout/css/tech-banker-custom-rtl.css +0 -45
- assets/admin/layout/css/tech-banker-custom.css +0 -45
- includes/footer.php +3 -175
- includes/translations.php +0 -177
- readme.txt +21 -16
- views/email-logs/email-logs.php +0 -8
- views/email-setup/email-setup.php +0 -8
- views/feedbacks/feedbacks.php +0 -8
- views/roles-and-capabilities/roles-and-capabilities.php +0 -8
- views/settings/settings.php +0 -8
- views/system-information/system-information.php +0 -8
- views/test-email/test-email.php +0 -8
- wp-mail-bank.php +1 -1
assets/admin/layout/css/tech-banker-custom-rtl.css
CHANGED
@@ -259,14 +259,6 @@ a:focus, a:focus
|
|
259 |
{
|
260 |
margin-top:10px !important;
|
261 |
}
|
262 |
-
.custom-date-popup
|
263 |
-
{
|
264 |
-
width: 20% !important;
|
265 |
-
}
|
266 |
-
.custom-table-top-margin-popup
|
267 |
-
{
|
268 |
-
margin-bottom: 4% !important;
|
269 |
-
}
|
270 |
.custom-map
|
271 |
{
|
272 |
width: 100%;
|
@@ -390,32 +382,6 @@ div.dataTables_wrapper div.dataTables_length label
|
|
390 |
border-top-color: transparent;
|
391 |
color: #FFF;
|
392 |
}
|
393 |
-
/* Outer */
|
394 |
-
.popup
|
395 |
-
{
|
396 |
-
z-index: 99999;
|
397 |
-
width:100%;
|
398 |
-
height:100%;
|
399 |
-
display:none;
|
400 |
-
position:fixed;
|
401 |
-
top:0px;
|
402 |
-
left:0px;
|
403 |
-
background:rgba(0,0,0,0.75);
|
404 |
-
}
|
405 |
-
/* Inner */
|
406 |
-
.popup-inner
|
407 |
-
{
|
408 |
-
max-width:700px;
|
409 |
-
width:90%;
|
410 |
-
position:absolute;
|
411 |
-
top:50%;
|
412 |
-
left:50%;
|
413 |
-
-webkit-transform:translate(-50%, -50%);
|
414 |
-
transform:translate(-50%, -50%);
|
415 |
-
box-shadow:0px 2px 6px rgba(0,0,0,1);
|
416 |
-
border-radius:3px;
|
417 |
-
background:#fff;
|
418 |
-
}
|
419 |
.control-label
|
420 |
{
|
421 |
margin-top: 1px;
|
@@ -425,17 +391,6 @@ div.dataTables_wrapper div.dataTables_length label
|
|
425 |
{
|
426 |
text-decoration: underline !important;
|
427 |
}
|
428 |
-
.popup-control
|
429 |
-
{
|
430 |
-
width: 45.7% !important;
|
431 |
-
}
|
432 |
-
@media (max-width: 1000px)
|
433 |
-
{
|
434 |
-
.popup-control
|
435 |
-
{
|
436 |
-
width: 95.7% !important;
|
437 |
-
}
|
438 |
-
}
|
439 |
.custom_links
|
440 |
{
|
441 |
text-decoration: underline;
|
259 |
{
|
260 |
margin-top:10px !important;
|
261 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
262 |
.custom-map
|
263 |
{
|
264 |
width: 100%;
|
382 |
border-top-color: transparent;
|
383 |
color: #FFF;
|
384 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
385 |
.control-label
|
386 |
{
|
387 |
margin-top: 1px;
|
391 |
{
|
392 |
text-decoration: underline !important;
|
393 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
394 |
.custom_links
|
395 |
{
|
396 |
text-decoration: underline;
|
assets/admin/layout/css/tech-banker-custom.css
CHANGED
@@ -239,14 +239,6 @@ a:focus, a:focus
|
|
239 |
{
|
240 |
margin-top:10px !important;
|
241 |
}
|
242 |
-
.custom-date-popup
|
243 |
-
{
|
244 |
-
width: 20% !important;
|
245 |
-
}
|
246 |
-
.custom-table-top-margin-popup
|
247 |
-
{
|
248 |
-
margin-bottom: 4% !important;
|
249 |
-
}
|
250 |
.custom-bulk-width {
|
251 |
width: auto;
|
252 |
height: 32px !important;
|
@@ -378,32 +370,6 @@ div.dataTables_wrapper div.dataTables_length label
|
|
378 |
color: #fff;
|
379 |
background-color: #a4cd39;
|
380 |
}
|
381 |
-
/* Outer */
|
382 |
-
.popup
|
383 |
-
{
|
384 |
-
z-index: 99999;
|
385 |
-
width:100%;
|
386 |
-
height:100%;
|
387 |
-
display:none;
|
388 |
-
position:fixed;
|
389 |
-
top:0px;
|
390 |
-
left:0px;
|
391 |
-
background:rgba(0,0,0,0.75);
|
392 |
-
}
|
393 |
-
/* Inner */
|
394 |
-
.popup-inner
|
395 |
-
{
|
396 |
-
max-width:700px;
|
397 |
-
width:90%;
|
398 |
-
position:absolute;
|
399 |
-
top:50%;
|
400 |
-
left:50%;
|
401 |
-
-webkit-transform:translate(-50%, -50%);
|
402 |
-
transform:translate(-50%, -50%);
|
403 |
-
box-shadow:0px 2px 6px rgba(0,0,0,1);
|
404 |
-
border-radius:3px;
|
405 |
-
background:#fff;
|
406 |
-
}
|
407 |
.control-label
|
408 |
{
|
409 |
margin-top: 1px;
|
@@ -413,17 +379,6 @@ div.dataTables_wrapper div.dataTables_length label
|
|
413 |
{
|
414 |
text-decoration: underline !important;
|
415 |
}
|
416 |
-
.popup-control
|
417 |
-
{
|
418 |
-
width: 45.7% !important;
|
419 |
-
}
|
420 |
-
@media (max-width: 1000px)
|
421 |
-
{
|
422 |
-
.popup-control
|
423 |
-
{
|
424 |
-
width: 95.7% !important;
|
425 |
-
}
|
426 |
-
}
|
427 |
.custom_links_feature
|
428 |
{
|
429 |
text-decoration: underline;
|
239 |
{
|
240 |
margin-top:10px !important;
|
241 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
.custom-bulk-width {
|
243 |
width: auto;
|
244 |
height: 32px !important;
|
370 |
color: #fff;
|
371 |
background-color: #a4cd39;
|
372 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
373 |
.control-label
|
374 |
{
|
375 |
margin-top: 1px;
|
379 |
{
|
380 |
text-decoration: underline !important;
|
381 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
382 |
.custom_links_feature
|
383 |
{
|
384 |
text-decoration: underline;
|
includes/footer.php
CHANGED
@@ -30,67 +30,6 @@ else
|
|
30 |
{
|
31 |
?>
|
32 |
</div>
|
33 |
-
<div class="popup" data-popup="ux_open_popup">
|
34 |
-
<div class="popup-inner">
|
35 |
-
<div class="portlet box vivid-green" style="margin-bottom: 0px !important;">
|
36 |
-
<div class="portlet-title">
|
37 |
-
<div class="caption" id="ux_div_action">
|
38 |
-
<?php echo $mb_translation_request; ?>
|
39 |
-
</div>
|
40 |
-
</div>
|
41 |
-
<div class="portlet-body form">
|
42 |
-
<div id="ux_div_popup_header">
|
43 |
-
<form id="ux_frm_language_translator">
|
44 |
-
<div class="form-body">
|
45 |
-
<div class="row">
|
46 |
-
<div class="col-md-6 popup-control">
|
47 |
-
<div class="form-group">
|
48 |
-
<label class="control-label">
|
49 |
-
<?php echo $mb_feedbacks_your_name;?> :
|
50 |
-
<i class="icon-custom-question tooltips" data-original-title="<?php echo $mb_popup_your_name_tooltip;?>" data-placement="right"></i>
|
51 |
-
<span class="required" aria-required="true">*</span>
|
52 |
-
</label>
|
53 |
-
<input type="text" class="form-control" name="ux_txt_your_name" id="ux_txt_your_name" value="" placeholder="<?php echo $mb_feedbacks_your_name_placeholder;?>">
|
54 |
-
</div>
|
55 |
-
</div>
|
56 |
-
<div class="col-md-6 popup-control">
|
57 |
-
<div class="form-group">
|
58 |
-
<label class="control-label">
|
59 |
-
<?php echo $mb_feedbacks_your_email;?> :
|
60 |
-
<i class="icon-custom-question tooltips" data-original-title="<?php echo $mb_popup_your_email_tooltip;?>" data-placement="right"></i>
|
61 |
-
<span class="required" aria-required="true">*</span>
|
62 |
-
</label>
|
63 |
-
<input type="text" class="form-control" name="ux_txt_email_address" id="ux_txt_email_address" value="" placeholder="<?php echo $mb_feedbacks_your_email_placeholder;?>">
|
64 |
-
</div>
|
65 |
-
</div>
|
66 |
-
</div>
|
67 |
-
<div class="form-group">
|
68 |
-
<label class="control-label">
|
69 |
-
<?php echo $mb_language_interested_to_translate; ?> :
|
70 |
-
<i class="icon-custom-question tooltips" data-original-title="<?php echo $mb_language_interested_to_translate_tooltip; ?>" data-placement="right"></i>
|
71 |
-
<span class="required" aria-required="true">*</span>
|
72 |
-
</label>
|
73 |
-
<input type="text" class="form-control" name="ux_txt_language" id="ux_txt_language" value="" placeholder="<?php echo $mb_language_interested_to_translate_placeholder;?>">
|
74 |
-
</div>
|
75 |
-
<div class="form-group">
|
76 |
-
<label class="control-label">
|
77 |
-
<?php echo $mb_popup_query; ?> :
|
78 |
-
<i class="icon-custom-question tooltips" data-original-title="<?php echo $mb_popup_query_tooltip; ?>" data-placement="right"></i>
|
79 |
-
<span class="required" aria-required="true">*</span>
|
80 |
-
</label>
|
81 |
-
<textarea class="form-control" name="ux_txtarea_query" id="ux_txtarea_query" rows="7" placeholder="<?php echo $mb_popup_query_placeholder;?>"><?php echo "Hi,\r\r\nI am interested in translating your plugin Mail Bank in my native language.\r\r\nPlease get back to me!\r\r\nThanks";?></textarea>
|
82 |
-
</div>
|
83 |
-
</div>
|
84 |
-
<div class="modal-footer">
|
85 |
-
<input type="button" data-popup-close="ux_open_popup" class="btn vivid-green" name="ux_btn_close" id="ux_btn_close" value="<?php echo $mb_close;?>">
|
86 |
-
<input type="submit" class="btn vivid-green" name="ux_btn_send_request" id="ux_btn_send_request" value="<?php echo $mb_popup_send_request;?>">
|
87 |
-
</div>
|
88 |
-
</form>
|
89 |
-
</div>
|
90 |
-
</div>
|
91 |
-
</div>
|
92 |
-
</div>
|
93 |
-
</div>
|
94 |
<script type="text/javascript">
|
95 |
jQuery(".tooltips").tooltip_tip({placement: "right"});
|
96 |
jQuery("li > a").parents("li").each(function()
|
@@ -229,29 +168,6 @@ else
|
|
229 |
return (r ? enc.slice(0, r - 3) : enc) + '==='.slice(r || 3);
|
230 |
}
|
231 |
}
|
232 |
-
if(typeof(open_popup_mail_bank) != "function")
|
233 |
-
{
|
234 |
-
function open_popup_mail_bank()
|
235 |
-
{
|
236 |
-
jQuery("[data-popup-open]").on("click", function(e)
|
237 |
-
{
|
238 |
-
var targeted_popup_class = jQuery(this).attr("data-popup-open");
|
239 |
-
jQuery('[data-popup="' + targeted_popup_class + '"]').fadeIn(350);
|
240 |
-
e.preventDefault();
|
241 |
-
});
|
242 |
-
}
|
243 |
-
}
|
244 |
-
// Close Popup
|
245 |
-
jQuery("[data-popup-close]").on("click", function(e)
|
246 |
-
{
|
247 |
-
var confirm_close = confirm(<?php echo json_encode($mb_confirm_close); ?>);
|
248 |
-
if(confirm_close == true)
|
249 |
-
{
|
250 |
-
var targeted_popup_class = jQuery(this).attr("data-popup-close");
|
251 |
-
jQuery('[data-popup="' + targeted_popup_class + '"]').fadeOut(350);
|
252 |
-
}
|
253 |
-
e.preventDefault();
|
254 |
-
});
|
255 |
if(typeof(another_test_email_mail_bank) != "function")
|
256 |
{
|
257 |
function another_test_email_mail_bank()
|
@@ -392,73 +308,6 @@ else
|
|
392 |
var $toast = toastr[shortCutFunction](premium_edition);
|
393 |
}
|
394 |
}
|
395 |
-
if(typeof(show_pop_up_mail_bank) != "function")
|
396 |
-
{
|
397 |
-
function show_pop_up_mail_bank()
|
398 |
-
{
|
399 |
-
open_popup_mail_bank();
|
400 |
-
}
|
401 |
-
}
|
402 |
-
var translation_request_array = [];
|
403 |
-
var url = "<?php echo tech_banker_url."/feedbacks.php";?>";
|
404 |
-
var domain_url = "<?php echo site_url(); ?>";
|
405 |
-
jQuery("#ux_frm_language_translator").validate
|
406 |
-
({
|
407 |
-
rules:
|
408 |
-
{
|
409 |
-
ux_txt_your_name:
|
410 |
-
{
|
411 |
-
required : true
|
412 |
-
},
|
413 |
-
ux_txt_email_address:
|
414 |
-
{
|
415 |
-
required : true,
|
416 |
-
email: true
|
417 |
-
},
|
418 |
-
ux_txt_language:
|
419 |
-
{
|
420 |
-
required : true
|
421 |
-
},
|
422 |
-
ux_txtarea_query:
|
423 |
-
{
|
424 |
-
required : true
|
425 |
-
}
|
426 |
-
},
|
427 |
-
errorPlacement: function (error, element)
|
428 |
-
{
|
429 |
-
var icon = jQuery(element).parent(".input-icon").children("i");
|
430 |
-
icon.removeClass("fa-check").addClass("fa-warning");
|
431 |
-
icon.attr("data-original-title", error.text()).tooltip_tip({"container": "body"});
|
432 |
-
},
|
433 |
-
highlight: function (element)
|
434 |
-
{
|
435 |
-
jQuery(element).closest(".form-group").removeClass("has-success").addClass("has-error");
|
436 |
-
},
|
437 |
-
success: function (label, element)
|
438 |
-
{
|
439 |
-
var icon = jQuery(element).parent(".input-icon").children("i");
|
440 |
-
jQuery(element).closest(".form-group").removeClass("has-error").addClass("has-success");
|
441 |
-
icon.removeClass("fa-warning").addClass("fa-check");
|
442 |
-
},
|
443 |
-
submitHandler:function (form)
|
444 |
-
{
|
445 |
-
translation_request_array.push(jQuery("#ux_txt_your_name").val(),jQuery("#ux_txt_email_address").val(),domain_url,jQuery("#ux_txt_language").val(),jQuery("#ux_txtarea_query").val());
|
446 |
-
overlay_loading_mail_bank(<?php echo json_encode($mb_language_translate_request);?>);
|
447 |
-
jQuery.post(url,
|
448 |
-
{
|
449 |
-
data :JSON.stringify(translation_request_array),
|
450 |
-
param: "mail_bank_translation_request"
|
451 |
-
},
|
452 |
-
function(data)
|
453 |
-
{
|
454 |
-
setTimeout(function()
|
455 |
-
{
|
456 |
-
remove_overlay_mail_bank();
|
457 |
-
window.location.href = "admin.php?page=mb_email_configuration";
|
458 |
-
}, 3000);
|
459 |
-
});
|
460 |
-
}
|
461 |
-
});
|
462 |
<?php
|
463 |
if(isset($_GET["page"]))
|
464 |
{
|
@@ -737,7 +586,6 @@ else
|
|
737 |
jQuery("#ux_ddl_from_name").val("<?php echo isset($email_configuration_array["sender_name_configuration"]) ? $email_configuration_array["sender_name_configuration"] : "";?>");
|
738 |
jQuery("#ux_ddl_from_email").val("<?php echo isset($email_configuration_array["from_email_configuration"]) ? $email_configuration_array["from_email_configuration"] : "";?>");
|
739 |
jQuery("#ux_ddl_encryption").val("<?php echo isset($email_configuration_array["enc_type"]) ? $email_configuration_array["enc_type"] : "" ?>");
|
740 |
-
show_pop_up_mail_bank();
|
741 |
<?php
|
742 |
if(isset($test_secret_key_error))
|
743 |
{
|
@@ -868,18 +716,9 @@ else
|
|
868 |
}
|
869 |
break;
|
870 |
case "mb_test_email":
|
871 |
-
|
872 |
-
|
873 |
-
|
874 |
-
if(test_email_mail_bank == 1)
|
875 |
-
{
|
876 |
-
?>
|
877 |
-
jQuery(document).ready(function()
|
878 |
-
{
|
879 |
-
show_pop_up_mail_bank();
|
880 |
-
});
|
881 |
-
<?php
|
882 |
-
}
|
883 |
break;
|
884 |
case "mb_email_logs":
|
885 |
?>
|
@@ -914,7 +753,6 @@ else
|
|
914 |
jQuery("#ux_txt_mb_start_date").datepicker("option","maxDate", selected)
|
915 |
}
|
916 |
});
|
917 |
-
show_pop_up_mail_bank();
|
918 |
});
|
919 |
if(typeof(prevent_datepicker_mail_bank) != "function")
|
920 |
{
|
@@ -1016,7 +854,6 @@ else
|
|
1016 |
jQuery("#ux_ddl_debug_mode").val("<?php echo isset($settings_data_array["debug_mode"]) ? $settings_data_array["debug_mode"] : "enable";?>");
|
1017 |
jQuery("#ux_ddl_remove_tables").val("<?php echo isset($settings_data_array["remove_tables_at_uninstall"]) ? $settings_data_array["remove_tables_at_uninstall"] : "disable";?>");
|
1018 |
jQuery("#ux_ddl_monitor_email_logs").val("<?php echo isset($settings_data_array["monitor_email_logs"]) ? $settings_data_array["monitor_email_logs"] : "enable";?>");
|
1019 |
-
show_pop_up_mail_bank();
|
1020 |
});
|
1021 |
jQuery("#ux_frm_settings").validate
|
1022 |
({
|
@@ -1111,7 +948,6 @@ else
|
|
1111 |
show_roles_capabilities_mail_bank("#ux_chk_others_privileges","ux_div_other_privileges_roles");
|
1112 |
full_control_function_mail_bank("#ux_chk_full_control_other_privileges_roles","ux_div_other_privileges_roles");
|
1113 |
full_control_function_mail_bank("#ux_chk_full_control_other_roles","ux_div_other_roles");
|
1114 |
-
show_pop_up_mail_bank();
|
1115 |
});
|
1116 |
jQuery("#ux_frm_roles_and_capabilities").validate
|
1117 |
({
|
@@ -1127,10 +963,6 @@ else
|
|
1127 |
case "mb_feedbacks":
|
1128 |
?>
|
1129 |
jQuery("#ux_mb_li_feedbacks").addClass("active");
|
1130 |
-
jQuery(document).ready(function()
|
1131 |
-
{
|
1132 |
-
show_pop_up_mail_bank();
|
1133 |
-
});
|
1134 |
load_sidebar_content_mail_bank();
|
1135 |
var feedback_array = [];
|
1136 |
var url = "<?php echo tech_banker_url."/feedbacks.php";?>";
|
@@ -1194,10 +1026,6 @@ else
|
|
1194 |
case "mb_system_information":
|
1195 |
?>
|
1196 |
jQuery("#ux_mb_li_system_information").addClass("active");
|
1197 |
-
jQuery(document).ready(function()
|
1198 |
-
{
|
1199 |
-
show_pop_up_mail_bank();
|
1200 |
-
});
|
1201 |
var sidebar_load_interval = setInterval(load_sidebar_content_mail_bank ,1000);
|
1202 |
setTimeout(function()
|
1203 |
{
|
30 |
{
|
31 |
?>
|
32 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
<script type="text/javascript">
|
34 |
jQuery(".tooltips").tooltip_tip({placement: "right"});
|
35 |
jQuery("li > a").parents("li").each(function()
|
168 |
return (r ? enc.slice(0, r - 3) : enc) + '==='.slice(r || 3);
|
169 |
}
|
170 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
if(typeof(another_test_email_mail_bank) != "function")
|
172 |
{
|
173 |
function another_test_email_mail_bank()
|
308 |
var $toast = toastr[shortCutFunction](premium_edition);
|
309 |
}
|
310 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
311 |
<?php
|
312 |
if(isset($_GET["page"]))
|
313 |
{
|
586 |
jQuery("#ux_ddl_from_name").val("<?php echo isset($email_configuration_array["sender_name_configuration"]) ? $email_configuration_array["sender_name_configuration"] : "";?>");
|
587 |
jQuery("#ux_ddl_from_email").val("<?php echo isset($email_configuration_array["from_email_configuration"]) ? $email_configuration_array["from_email_configuration"] : "";?>");
|
588 |
jQuery("#ux_ddl_encryption").val("<?php echo isset($email_configuration_array["enc_type"]) ? $email_configuration_array["enc_type"] : "" ?>");
|
|
|
589 |
<?php
|
590 |
if(isset($test_secret_key_error))
|
591 |
{
|
716 |
}
|
717 |
break;
|
718 |
case "mb_test_email":
|
719 |
+
?>
|
720 |
+
jQuery("#ux_mb_li_test_email").addClass("active");
|
721 |
+
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
722 |
break;
|
723 |
case "mb_email_logs":
|
724 |
?>
|
753 |
jQuery("#ux_txt_mb_start_date").datepicker("option","maxDate", selected)
|
754 |
}
|
755 |
});
|
|
|
756 |
});
|
757 |
if(typeof(prevent_datepicker_mail_bank) != "function")
|
758 |
{
|
854 |
jQuery("#ux_ddl_debug_mode").val("<?php echo isset($settings_data_array["debug_mode"]) ? $settings_data_array["debug_mode"] : "enable";?>");
|
855 |
jQuery("#ux_ddl_remove_tables").val("<?php echo isset($settings_data_array["remove_tables_at_uninstall"]) ? $settings_data_array["remove_tables_at_uninstall"] : "disable";?>");
|
856 |
jQuery("#ux_ddl_monitor_email_logs").val("<?php echo isset($settings_data_array["monitor_email_logs"]) ? $settings_data_array["monitor_email_logs"] : "enable";?>");
|
|
|
857 |
});
|
858 |
jQuery("#ux_frm_settings").validate
|
859 |
({
|
948 |
show_roles_capabilities_mail_bank("#ux_chk_others_privileges","ux_div_other_privileges_roles");
|
949 |
full_control_function_mail_bank("#ux_chk_full_control_other_privileges_roles","ux_div_other_privileges_roles");
|
950 |
full_control_function_mail_bank("#ux_chk_full_control_other_roles","ux_div_other_roles");
|
|
|
951 |
});
|
952 |
jQuery("#ux_frm_roles_and_capabilities").validate
|
953 |
({
|
963 |
case "mb_feedbacks":
|
964 |
?>
|
965 |
jQuery("#ux_mb_li_feedbacks").addClass("active");
|
|
|
|
|
|
|
|
|
966 |
load_sidebar_content_mail_bank();
|
967 |
var feedback_array = [];
|
968 |
var url = "<?php echo tech_banker_url."/feedbacks.php";?>";
|
1026 |
case "mb_system_information":
|
1027 |
?>
|
1028 |
jQuery("#ux_mb_li_system_information").addClass("active");
|
|
|
|
|
|
|
|
|
1029 |
var sidebar_load_interval = setInterval(load_sidebar_content_mail_bank ,1000);
|
1030 |
setTimeout(function()
|
1031 |
{
|
includes/translations.php
CHANGED
@@ -28,183 +28,6 @@ else
|
|
28 |
}
|
29 |
else
|
30 |
{
|
31 |
-
// Language Translator
|
32 |
-
$wp_langs = array();
|
33 |
-
$wp_langs["af"] = "Afrikaans";
|
34 |
-
$wp_langs["ak"] = "Akan";
|
35 |
-
$wp_langs["sq"] = "Shqip";
|
36 |
-
$wp_langs["arq"] = "الدارجة الجزايرية";
|
37 |
-
$wp_langs["am"] = "አማርኛ";
|
38 |
-
$wp_langs["ar"] = "العربية";
|
39 |
-
$wp_langs["hy"] = "Հայերեն";
|
40 |
-
$wp_langs["rup_mk"] = "Armãneashce";
|
41 |
-
$wp_langs["frp"] = "Arpitan";
|
42 |
-
$wp_langs["as"] = "অসমীয়া";
|
43 |
-
$wp_langs["ast"] = "Asturianu";
|
44 |
-
$wp_langs["az"] = "Azərbaycan dili";
|
45 |
-
$wp_langs["az_tr"] = "Azərbaycan Türkcəsi";
|
46 |
-
$wp_langs["bcc"] = "بلوچی مکرانی";
|
47 |
-
$wp_langs["ba"] = "башҡорт теле";
|
48 |
-
$wp_langs["eu"] = "Euskara";
|
49 |
-
$wp_langs["bel"] = "Беларуская мова";
|
50 |
-
$wp_langs["bn_bd"] = "বাংলা";
|
51 |
-
$wp_langs["bs_ba"] = "Bosanski";
|
52 |
-
$wp_langs["bre"] = "Brezhoneg";
|
53 |
-
$wp_langs["bg_bg"] = "Български";
|
54 |
-
$wp_langs["ca"] = "Català";
|
55 |
-
$wp_langs["bal"] = "Català (Balear)";
|
56 |
-
$wp_langs["ceb"] = "Cebuano";
|
57 |
-
$wp_langs["zh_hk"] = "香港中文版 ";
|
58 |
-
$wp_langs["zh_tw"] = "繁體中文";
|
59 |
-
$wp_langs["co"] = "Corsu";
|
60 |
-
$wp_langs["hr"] = "Hrvatski";
|
61 |
-
$wp_langs["dv"] = "ދިވެހި";
|
62 |
-
$wp_langs["nl_be"] = "Nederlands (België)";
|
63 |
-
$wp_langs["dzo"] = "རྫོང་ཁ";
|
64 |
-
$wp_langs["en_au"] = "English (Australia)";
|
65 |
-
$wp_langs["en_ca"] = "English (Canada)";
|
66 |
-
$wp_langs["en_nz"] = "English (New Zealand)";
|
67 |
-
$wp_langs["en_za"] = "English (South Africa)";
|
68 |
-
$wp_langs["en_gb"] = "English (UK)";
|
69 |
-
$wp_langs["eo"] = "Esperanto";
|
70 |
-
$wp_langs["et"] = "Eesti";
|
71 |
-
$wp_langs["fo"] = "Føroyskt";
|
72 |
-
$wp_langs["fi"] = "Suomi";
|
73 |
-
$wp_langs["fr_be"] = "Français de Belgique";
|
74 |
-
$wp_langs["fr_ca"] = "Français du Canada";
|
75 |
-
$wp_langs["fy"] = "Frysk";
|
76 |
-
$wp_langs["fur"] = "Friulian";
|
77 |
-
$wp_langs["fuc"] = "Pulaar";
|
78 |
-
$wp_langs["gl_es"] = "Galego";
|
79 |
-
$wp_langs["ka_ge"] = "ქართული";
|
80 |
-
$wp_langs["de_ch"] = "Deutsch (Schweiz)";
|
81 |
-
$wp_langs["kal"] = "Kalaallisut";
|
82 |
-
$wp_langs["gn"] = "Avañe'ẽ";
|
83 |
-
$wp_langs["gu"] = "ગુજરાતી";
|
84 |
-
$wp_langs["hat"] = "Kreyol ayisyen";
|
85 |
-
$wp_langs["haw_us"] = "Ōlelo Hawaiʻi";
|
86 |
-
$wp_langs["haz"] = "هزاره گی";
|
87 |
-
$wp_langs["he_il"] = "עִבְרִית";
|
88 |
-
$wp_langs["hi_in"] = "हिन्दी";
|
89 |
-
$wp_langs["hu_hu"] = "Magyar";
|
90 |
-
$wp_langs["is_is"] = "Íslenska";
|
91 |
-
$wp_langs["ido"] = "Ido";
|
92 |
-
$wp_langs["id_id"] = "Bahasa Indonesia";
|
93 |
-
$wp_langs["ga"] = "Gaelige";
|
94 |
-
$wp_langs["it_it"] = "Italiano";
|
95 |
-
$wp_langs["ja"] = "日本語";
|
96 |
-
$wp_langs["jv_id"] = "Basa Jawa";
|
97 |
-
$wp_langs["kab"] = "Taqbaylit";
|
98 |
-
$wp_langs["kn"] = "ಕನ್ನಡ";
|
99 |
-
$wp_langs["kk"] = "Қазақ тілі";
|
100 |
-
$wp_langs["km"] = "ភាសាខ្មែរ";
|
101 |
-
$wp_langs["kin"] = "Ikinyarwanda";
|
102 |
-
$wp_langs["ky_ky"] = "кыргыз тили";
|
103 |
-
$wp_langs["ko_kr"] = "한국어";
|
104 |
-
$wp_langs["ckb"] = "كوردی";
|
105 |
-
$wp_langs["lo"] = "ພາສາລາວ";
|
106 |
-
$wp_langs["lv"] = "Latviešu valoda";
|
107 |
-
$wp_langs["li"] = "Limburgs";
|
108 |
-
$wp_langs["lin"] = "Ngala";
|
109 |
-
$wp_langs["lt_lt"] = "Lietuvių kalba";
|
110 |
-
$wp_langs["lb_lu"] = "Lëtzebuergesch";
|
111 |
-
$wp_langs["mk_mk"] = "Македонски јазик";
|
112 |
-
$wp_langs["mg_mg"] = "Malagasy";
|
113 |
-
$wp_langs["ms_my"] = "Bahasa Melayu";
|
114 |
-
$wp_langs["ml_in"] = "മലയാളം";
|
115 |
-
$wp_langs["mri"] = "Te Reo Māori";
|
116 |
-
$wp_langs["mr"] = "मराठी";
|
117 |
-
$wp_langs["xmf"] = "მარგალური ნინა";
|
118 |
-
$wp_langs["mn"] = "Монгол";
|
119 |
-
$wp_langs["me_me"] = "Crnogorski jezik";
|
120 |
-
$wp_langs["ary"] = "العربية المغربية";
|
121 |
-
$wp_langs["my_mm"] = "ဗမာစာ";
|
122 |
-
$wp_langs["ne_np"] = "नेपाली";
|
123 |
-
$wp_langs["nn_no"] = "Norsk nynorsk";
|
124 |
-
$wp_langs["oci"] = "Occitan";
|
125 |
-
$wp_langs["ory"] = "ଓଡ଼ିଆ";
|
126 |
-
$wp_langs["os"] = "Ирон";
|
127 |
-
$wp_langs["ps"] = "پښتو";
|
128 |
-
$wp_langs["fa_ir"] = "فارسی";
|
129 |
-
$wp_langs["fa_af"] = "(فارسی (افغانستان";
|
130 |
-
$wp_langs["pl_pl"] = "Polski";
|
131 |
-
$wp_langs["pt_pt"] = "Português";
|
132 |
-
$wp_langs["pa_in"] = "ਪੰਜਾਬੀ";
|
133 |
-
$wp_langs["rhg"] = "Ruáinga";
|
134 |
-
$wp_langs["roh"] = "Rumantsch Vallader";
|
135 |
-
$wp_langs["rue"] = "Русиньскый";
|
136 |
-
$wp_langs["sah"] = "Сахалыы";
|
137 |
-
$wp_langs["sa_in"] = "भारतम्";
|
138 |
-
$wp_langs["srd"] = "Sardu";
|
139 |
-
$wp_langs["gd"] = "Gàidhlig";
|
140 |
-
$wp_langs["sr_rs"] = "Српски језик";
|
141 |
-
$wp_langs["szl"] = "Ślōnskŏ gŏdka";
|
142 |
-
$wp_langs["snd"] = "سنڌي";
|
143 |
-
$wp_langs["si_lk"] = "සිංහල";
|
144 |
-
$wp_langs["sk_sk"] = "Slovenčina";
|
145 |
-
$wp_langs["sl_si"] = "Slovenščina";
|
146 |
-
$wp_langs["so_so"] = "Afsoomaali";
|
147 |
-
$wp_langs["azb"] = "گؤنئی آذربایجان";
|
148 |
-
$wp_langs["es_ar"] = "Español de Argentina";
|
149 |
-
$wp_langs["es_cl"] = "Español de Chile";
|
150 |
-
$wp_langs["es_co"] = "Español de Colombia";
|
151 |
-
$wp_langs["es_gt"] = "Español de Guatemala";
|
152 |
-
$wp_langs["es_pe"] = "Español de Perú";
|
153 |
-
$wp_langs["es_pr"] = "Español de Puerto Rico";
|
154 |
-
$wp_langs["es_es"] = "Español";
|
155 |
-
$wp_langs["es_ve"] = "Español de Venezuela";
|
156 |
-
$wp_langs["su_id"] = "Basa Sunda";
|
157 |
-
$wp_langs["sw"] = "Kiswahili";
|
158 |
-
$wp_langs["sv_se"] = "Svenska";
|
159 |
-
$wp_langs["gsw"] = "Schwyzerdütsch";
|
160 |
-
$wp_langs["tl"] = "Tagalog";
|
161 |
-
$wp_langs["tah"] = "Reo Tahiti";
|
162 |
-
$wp_langs["tg"] = "Тоҷикӣ";
|
163 |
-
$wp_langs["tzm"] = "ⵜⴰⵎⴰⵣⵉⵖⵜ";
|
164 |
-
$wp_langs["ta_in"] = "தமிழ்";
|
165 |
-
$wp_langs["ta_lk"] = "தமிழ்";
|
166 |
-
$wp_langs["tt_ru"] = "Татар теле";
|
167 |
-
$wp_langs["te"] = "తెలుగు";
|
168 |
-
$wp_langs["th"] = "ไทย";
|
169 |
-
$wp_langs["bo"] = "བོད་སྐད";
|
170 |
-
$wp_langs["tir"] = "ትግርኛ";
|
171 |
-
$wp_langs["tuk"] = "Türkmençe";
|
172 |
-
$wp_langs["twd"] = "Twents";
|
173 |
-
$wp_langs["ug_cn"] = "Uyƣurqə";
|
174 |
-
$wp_langs["ur"] = "اردو";
|
175 |
-
$wp_langs["uz_uz"] = "O‘zbekcha";
|
176 |
-
$wp_langs["vi"] = "Tiếng Việt";
|
177 |
-
$wp_langs["wa"] = "Walon";
|
178 |
-
$wp_langs["cy"] = "Cymraeg";
|
179 |
-
$wp_langs["yor"] = "Yorùbá";
|
180 |
-
$locale = strtolower(get_locale());
|
181 |
-
if(array_key_exists("$locale",$wp_langs))
|
182 |
-
{
|
183 |
-
$language = $wp_langs["$locale"];
|
184 |
-
$mb_like_to_tranlate = __("If you would like to translate in ",wp_mail_bank);
|
185 |
-
$mb_help_us_reward = __(" & help us, we will reward you with a free Personal Edition License of Mail Bank. If Interested, Kindly click ",wp_mail_bank);
|
186 |
-
$mb_message_translate_help = "$mb_like_to_tranlate $language $mb_help_us_reward";
|
187 |
-
$mb_message_translate_here = __("here",wp_mail_bank);
|
188 |
-
}
|
189 |
-
else
|
190 |
-
{
|
191 |
-
$mb_message_translate_help = "";
|
192 |
-
$mb_message_translate_here = "";
|
193 |
-
}
|
194 |
-
|
195 |
-
$mb_confirm_close = __("Are you sure you want to close without sending Translation Request?",wp_mail_bank);
|
196 |
-
$mb_translation_request = __("Translation Request",wp_mail_bank);
|
197 |
-
$mb_language_interested_to_translate = __("Language Interested to Translate",wp_mail_bank);
|
198 |
-
$mb_language_interested_to_translate_tooltip = __("Please choose a language which you want to translate",wp_mail_bank);
|
199 |
-
$mb_language_interested_to_translate_placeholder = __("Please provide a language",wp_mail_bank);
|
200 |
-
$mb_popup_query = __("Query",wp_mail_bank);
|
201 |
-
$mb_popup_query_tooltip = __("Please provide your query",wp_mail_bank);
|
202 |
-
$mb_popup_query_placeholder = __("Please provide your query",wp_mail_bank);
|
203 |
-
$mb_popup_your_name_tooltip = __("Please provide your Name",wp_mail_bank);
|
204 |
-
$mb_popup_your_email_tooltip = __("Please provide your Email",wp_mail_bank);
|
205 |
-
$mb_close = __("Close",wp_mail_bank);
|
206 |
-
$mb_popup_send_request = __("Send Request",wp_mail_bank);
|
207 |
-
|
208 |
// Disclaimers
|
209 |
$message_premium_edition = __("This feature is available only in Premium Editions! <br> Kindly Purchase to unlock it!", wp_mail_bank);
|
210 |
$mb_click_disclaimer = __("* Click ",wp_mail_bank);
|
28 |
}
|
29 |
else
|
30 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
// Disclaimers
|
32 |
$message_premium_edition = __("This feature is available only in Premium Editions! <br> Kindly Purchase to unlock it!", wp_mail_bank);
|
33 |
$mb_click_disclaimer = __("* Click ",wp_mail_bank);
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: contact-banker, Gallery-Bank, wordpress-empire
|
3 |
Tags: email, gmail, mail, mail smtp, mailer, outgoing mail, phpmailer, sendmail, smtp, ssl, tls, WordPress smtp, wp smtp, wp-phpmailer, wp_mail, wp mail, mailer, mail bank
|
4 |
Requires at least: 2.7
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 2.0.
|
7 |
|
8 |
Mail Bank reconfigures the Mail Function and provides sophisticated SMTP settings to send and log emails from your WordPress site.
|
9 |
|
@@ -12,7 +12,7 @@ Mail Bank reconfigures the Mail Function and provides sophisticated SMTP setting
|
|
12 |
[**Mail Bank**](http://beta.tech-banker.com/products/mail-bank/) is one of the highly productive WordPress plugin.
|
13 |
|
14 |
It is one of the best plugin in the WordPress to send or receive emails.
|
15 |
-
|
16 |
The Plugin has options to choose between your custom SMTP server or the inbuilt phpmailer.
|
17 |
|
18 |
This plugin provides the easily configurable email parameters for sending emails.
|
@@ -27,8 +27,8 @@ You can also configure debug mode settings to view the debugging output with com
|
|
27 |
|
28 |
It is the primary plugin to support various Oauth 2.0 implementations such as Gmail, Microsoft and Yahoo.
|
29 |
|
30 |
-
This plugin lets you customize the email details that appear on emails sent from WordPress. With this plugin you can configure your SMTP email to use instead php mail().
|
31 |
-
You can customize both (from email & from name) fields with this plugin so your users are not confused.
|
32 |
|
33 |
You can also hide your email and name by override From name and From email.
|
34 |
|
@@ -90,14 +90,14 @@ There are two ways to send Emails from your WordPress site to SMTP servers.
|
|
90 |
|
91 |
The first method uses OAuth Authentication. This is a more secure method to send emails. It requires both Client ID and Secret key.
|
92 |
|
93 |
-
The second method is by allowing to use less secure apps. This method is not recommended because it's less secure. You have to type in your Username and Password. It should only be used if
|
94 |
you are unable to use the first method.
|
95 |
|
96 |
It allows to determine the access level or permissions of Mail Bank among different authorized users.
|
97 |
|
98 |
-
An ambition of this plugin is to make end users more comfortable and utilize all features that comes built in. We are providing you the beneficial steps for an installation purpose.
|
99 |
|
100 |
-
Mail Bank Regularly updates the simplicity of usage along with efficient functionality makes it a perfect choice for your WordPress site to send emails to multiple recipients just in seconds.
|
101 |
There are also Premium Editions of the plugin with more useful features available.
|
102 |
|
103 |
There are lot of features also available in Premium Editions, you can check before downloading & purchasing.
|
@@ -202,7 +202,7 @@ User can choose either PHP mail() function or SMTP for sending Emails.
|
|
202 |
|
203 |
= Email Logs Entries =
|
204 |
|
205 |
-
You can view detailed records of logged emails such as Date/Time, Debugging Output, Email To, Subject and Status.
|
206 |
|
207 |
= Debug Mode =
|
208 |
|
@@ -220,7 +220,7 @@ Users can authenticate either by choosing username and Password or Oauth which r
|
|
220 |
|
221 |
You can automatically send test email to verify settings just by a single click.
|
222 |
|
223 |
-
= Automatic Plugin Updates =
|
224 |
|
225 |
You can configure the settings to receive the plugin updates automatically.
|
226 |
|
@@ -253,7 +253,7 @@ User can choose either PHP mail() function or SMTP for sending Emails.
|
|
253 |
|
254 |
= Email Logs Entries =
|
255 |
|
256 |
-
You can view detailed records of logged emails such as Date/Time, Debugging Output, Email To, Subject and Status.
|
257 |
|
258 |
= Debug Mode =
|
259 |
|
@@ -271,7 +271,7 @@ Users can authenticate either by choosing username and Password or Oauth which r
|
|
271 |
|
272 |
You can automatically send test email to verify settings just by a single click.
|
273 |
|
274 |
-
= Automatic Plugin Updates =
|
275 |
|
276 |
You can configure the settings to receive the plugin updates automatically.
|
277 |
|
@@ -281,7 +281,7 @@ You can configure the settings to drop Tables from database when uninstalled.
|
|
281 |
|
282 |
= Setup Reply To Address =
|
283 |
|
284 |
-
It allows the users to set up alternative Reply To Address which will send along with email.
|
285 |
|
286 |
= Send Emails to mutiple Recipients =
|
287 |
|
@@ -306,8 +306,6 @@ You can setup the different kinds of users and provide a different Roles & Capab
|
|
306 |
|
307 |
= Translate this Plugin =
|
308 |
|
309 |
-
Get a free copy of the Mail Bank Personal Edition as bonus for translating our plugin!
|
310 |
-
|
311 |
If you can help us with translation to some other language please contact us at support@tech-banker.com
|
312 |
|
313 |
We're really appreciate it!
|
@@ -365,6 +363,13 @@ If any problem occurs, please contact us at [support@tech-banker.com](mailto:sup
|
|
365 |
|
366 |
== Changelog ==
|
367 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
368 |
= 2.0.13 =
|
369 |
|
370 |
* Translations File updated
|
@@ -683,4 +688,4 @@ If any problem occurs, please contact us at [support@tech-banker.com](mailto:sup
|
|
683 |
|
684 |
= 1.0 =
|
685 |
|
686 |
-
* Initial Release
|
2 |
Contributors: contact-banker, Gallery-Bank, wordpress-empire
|
3 |
Tags: email, gmail, mail, mail smtp, mailer, outgoing mail, phpmailer, sendmail, smtp, ssl, tls, WordPress smtp, wp smtp, wp-phpmailer, wp_mail, wp mail, mailer, mail bank
|
4 |
Requires at least: 2.7
|
5 |
+
Tested up to: 4.7.1
|
6 |
+
Stable tag: 2.0.14
|
7 |
|
8 |
Mail Bank reconfigures the Mail Function and provides sophisticated SMTP settings to send and log emails from your WordPress site.
|
9 |
|
12 |
[**Mail Bank**](http://beta.tech-banker.com/products/mail-bank/) is one of the highly productive WordPress plugin.
|
13 |
|
14 |
It is one of the best plugin in the WordPress to send or receive emails.
|
15 |
+
|
16 |
The Plugin has options to choose between your custom SMTP server or the inbuilt phpmailer.
|
17 |
|
18 |
This plugin provides the easily configurable email parameters for sending emails.
|
27 |
|
28 |
It is the primary plugin to support various Oauth 2.0 implementations such as Gmail, Microsoft and Yahoo.
|
29 |
|
30 |
+
This plugin lets you customize the email details that appear on emails sent from WordPress. With this plugin you can configure your SMTP email to use instead php mail().
|
31 |
+
You can customize both (from email & from name) fields with this plugin so your users are not confused.
|
32 |
|
33 |
You can also hide your email and name by override From name and From email.
|
34 |
|
90 |
|
91 |
The first method uses OAuth Authentication. This is a more secure method to send emails. It requires both Client ID and Secret key.
|
92 |
|
93 |
+
The second method is by allowing to use less secure apps. This method is not recommended because it's less secure. You have to type in your Username and Password. It should only be used if
|
94 |
you are unable to use the first method.
|
95 |
|
96 |
It allows to determine the access level or permissions of Mail Bank among different authorized users.
|
97 |
|
98 |
+
An ambition of this plugin is to make end users more comfortable and utilize all features that comes built in. We are providing you the beneficial steps for an installation purpose.
|
99 |
|
100 |
+
Mail Bank Regularly updates the simplicity of usage along with efficient functionality makes it a perfect choice for your WordPress site to send emails to multiple recipients just in seconds.
|
101 |
There are also Premium Editions of the plugin with more useful features available.
|
102 |
|
103 |
There are lot of features also available in Premium Editions, you can check before downloading & purchasing.
|
202 |
|
203 |
= Email Logs Entries =
|
204 |
|
205 |
+
You can view detailed records of logged emails such as Date/Time, Debugging Output, Email To, Subject and Status.
|
206 |
|
207 |
= Debug Mode =
|
208 |
|
220 |
|
221 |
You can automatically send test email to verify settings just by a single click.
|
222 |
|
223 |
+
= Automatic Plugin Updates =
|
224 |
|
225 |
You can configure the settings to receive the plugin updates automatically.
|
226 |
|
253 |
|
254 |
= Email Logs Entries =
|
255 |
|
256 |
+
You can view detailed records of logged emails such as Date/Time, Debugging Output, Email To, Subject and Status.
|
257 |
|
258 |
= Debug Mode =
|
259 |
|
271 |
|
272 |
You can automatically send test email to verify settings just by a single click.
|
273 |
|
274 |
+
= Automatic Plugin Updates =
|
275 |
|
276 |
You can configure the settings to receive the plugin updates automatically.
|
277 |
|
281 |
|
282 |
= Setup Reply To Address =
|
283 |
|
284 |
+
It allows the users to set up alternative Reply To Address which will send along with email.
|
285 |
|
286 |
= Send Emails to mutiple Recipients =
|
287 |
|
306 |
|
307 |
= Translate this Plugin =
|
308 |
|
|
|
|
|
309 |
If you can help us with translation to some other language please contact us at support@tech-banker.com
|
310 |
|
311 |
We're really appreciate it!
|
363 |
|
364 |
== Changelog ==
|
365 |
|
366 |
+
= 2.0.14 =
|
367 |
+
|
368 |
+
* Obsolete Code removed
|
369 |
+
* Unused Files removed
|
370 |
+
* Code Optimized
|
371 |
+
* Translation File Updated
|
372 |
+
|
373 |
= 2.0.13 =
|
374 |
|
375 |
* Translations File updated
|
688 |
|
689 |
= 1.0 =
|
690 |
|
691 |
+
* Initial Release
|
views/email-logs/email-logs.php
CHANGED
@@ -105,14 +105,6 @@ else
|
|
105 |
}
|
106 |
?>
|
107 |
</ul>
|
108 |
-
<?php
|
109 |
-
if($mb_message_translate_help != "")
|
110 |
-
{
|
111 |
-
?>
|
112 |
-
<strong><?php echo $mb_message_translate_help;?><a href="javascript:void(0);" data-popup-open="ux_open_popup" class="custom_links" onclick="show_pop_up_mail_bank();"><?php echo $mb_message_translate_here; ?></a></strong>
|
113 |
-
<?php
|
114 |
-
}
|
115 |
-
?>
|
116 |
</div>
|
117 |
<div class="row">
|
118 |
<div class="col-md-6">
|
105 |
}
|
106 |
?>
|
107 |
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
</div>
|
109 |
<div class="row">
|
110 |
<div class="col-md-6">
|
views/email-setup/email-setup.php
CHANGED
@@ -93,14 +93,6 @@ else
|
|
93 |
}
|
94 |
?>
|
95 |
</ul>
|
96 |
-
<?php
|
97 |
-
if($mb_message_translate_help != "")
|
98 |
-
{
|
99 |
-
?>
|
100 |
-
<strong><?php echo $mb_message_translate_help;?><a href="javascript:void(0);" data-popup-open="ux_open_popup" class="custom_links" onclick="show_pop_up_mail_bank();" ><?php echo $mb_message_translate_here; ?></a></strong>
|
101 |
-
<?php
|
102 |
-
}
|
103 |
-
?>
|
104 |
</div>
|
105 |
<div class="form-wizard" id="ux_div_frm_wizard">
|
106 |
<ul class="nav nav-pills nav-justified steps">
|
93 |
}
|
94 |
?>
|
95 |
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
</div>
|
97 |
<div class="form-wizard" id="ux_div_frm_wizard">
|
98 |
<ul class="nav nav-pills nav-justified steps">
|
views/feedbacks/feedbacks.php
CHANGED
@@ -77,14 +77,6 @@ else
|
|
77 |
<li><?php echo $mb_demos_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/demos/" target="_blank" class="custom_links_feature"><?php echo $mb_here_disclaimer ?></a>.</li>
|
78 |
<li><?php echo $mb_manual_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/user-guide/feedbacks" target="_blank" class="custom_links_feature"><?php echo $mb_here_disclaimer ?></a>.</li>
|
79 |
</ul>
|
80 |
-
<?php
|
81 |
-
if($mb_message_translate_help != "")
|
82 |
-
{
|
83 |
-
?>
|
84 |
-
<strong><?php echo $mb_message_translate_help;?><a href="javascript:void(0);" data-popup-open="ux_open_popup" class="custom_links_feature" onclick="show_pop_up_mail_bank();"><?php echo $mb_message_translate_here; ?></a></strong>
|
85 |
-
<?php
|
86 |
-
}
|
87 |
-
?>
|
88 |
</div>
|
89 |
<div class="row">
|
90 |
<div class="col-md-6">
|
77 |
<li><?php echo $mb_demos_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/demos/" target="_blank" class="custom_links_feature"><?php echo $mb_here_disclaimer ?></a>.</li>
|
78 |
<li><?php echo $mb_manual_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/user-guide/feedbacks" target="_blank" class="custom_links_feature"><?php echo $mb_here_disclaimer ?></a>.</li>
|
79 |
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
</div>
|
81 |
<div class="row">
|
82 |
<div class="col-md-6">
|
views/roles-and-capabilities/roles-and-capabilities.php
CHANGED
@@ -96,14 +96,6 @@ else
|
|
96 |
}
|
97 |
?>
|
98 |
</ul>
|
99 |
-
<?php
|
100 |
-
if($mb_message_translate_help != "")
|
101 |
-
{
|
102 |
-
?>
|
103 |
-
<strong><?php echo $mb_message_translate_help;?><a href="javascript:void(0);" data-popup-open="ux_open_popup" class="custom_links" onclick="show_pop_up_mail_bank();"><?php echo $mb_message_translate_here; ?></a></strong>
|
104 |
-
<?php
|
105 |
-
}
|
106 |
-
?>
|
107 |
</div>
|
108 |
<div class="form-group">
|
109 |
<label class="control-label">
|
96 |
}
|
97 |
?>
|
98 |
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
</div>
|
100 |
<div class="form-group">
|
101 |
<label class="control-label">
|
views/settings/settings.php
CHANGED
@@ -82,14 +82,6 @@ else
|
|
82 |
<li><?php echo $mb_demos_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/demos/" target="_blank" class="custom_links"><?php echo $mb_here_disclaimer ?></a>.</li>
|
83 |
<li><?php echo $mb_manual_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/user-guide/plugin-settings/" target="_blank" class="custom_links"><?php echo $mb_here_disclaimer ?></a>.</li>
|
84 |
</ul>
|
85 |
-
<?php
|
86 |
-
if($mb_message_translate_help != "")
|
87 |
-
{
|
88 |
-
?>
|
89 |
-
<strong><?php echo $mb_message_translate_help;?><a href="javascript:void(0);" data-popup-open="ux_open_popup" class="custom_links" onclick="show_pop_up_mail_bank();"><?php echo $mb_message_translate_here; ?></a></strong>
|
90 |
-
<?php
|
91 |
-
}
|
92 |
-
?>
|
93 |
</div>
|
94 |
<div class="row">
|
95 |
<div class="col-md-6">
|
82 |
<li><?php echo $mb_demos_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/demos/" target="_blank" class="custom_links"><?php echo $mb_here_disclaimer ?></a>.</li>
|
83 |
<li><?php echo $mb_manual_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/user-guide/plugin-settings/" target="_blank" class="custom_links"><?php echo $mb_here_disclaimer ?></a>.</li>
|
84 |
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
</div>
|
86 |
<div class="row">
|
87 |
<div class="col-md-6">
|
views/system-information/system-information.php
CHANGED
@@ -81,14 +81,6 @@ else
|
|
81 |
<li><?php echo $mb_demos_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/demos/" target="_blank" class="custom_links"><?php echo $mb_here_disclaimer ?></a>.</li>
|
82 |
<li><?php echo $mb_manual_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/user-guide/system-information/" target="_blank" class="custom_links"><?php echo $mb_here_disclaimer ?></a>.</li>
|
83 |
</ul>
|
84 |
-
<?php
|
85 |
-
if($mb_message_translate_help != "")
|
86 |
-
{
|
87 |
-
?>
|
88 |
-
<strong><?php echo $mb_message_translate_help;?><a href="javascript:void(0);" data-popup-open="ux_open_popup" class="custom_links" onclick="show_pop_up_mail_bank();"><?php echo $mb_message_translate_here; ?></a></strong>
|
89 |
-
<?php
|
90 |
-
}
|
91 |
-
?>
|
92 |
</div>
|
93 |
<div class="layout-system-report" id="ux_system_information">
|
94 |
<textarea id="ux_txtarea_system_information" name="ux_txtarea_system_information" readonly="readonly"></textarea>
|
81 |
<li><?php echo $mb_demos_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/demos/" target="_blank" class="custom_links"><?php echo $mb_here_disclaimer ?></a>.</li>
|
82 |
<li><?php echo $mb_manual_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/user-guide/system-information/" target="_blank" class="custom_links"><?php echo $mb_here_disclaimer ?></a>.</li>
|
83 |
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
</div>
|
85 |
<div class="layout-system-report" id="ux_system_information">
|
86 |
<textarea id="ux_txtarea_system_information" name="ux_txtarea_system_information" readonly="readonly"></textarea>
|
views/test-email/test-email.php
CHANGED
@@ -81,14 +81,6 @@ else
|
|
81 |
<li><?php echo $mb_demos_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/demos/" target="_blank" class="custom_links"><?php echo $mb_here_disclaimer ?></a>.</li>
|
82 |
<li><?php echo $mb_manual_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/user-guide/test-email/" target="_blank" class="custom_links"><?php echo $mb_here_disclaimer ?></a>.</li>
|
83 |
</ul>
|
84 |
-
<?php
|
85 |
-
if($mb_message_translate_help != "")
|
86 |
-
{
|
87 |
-
?>
|
88 |
-
<strong><?php echo $mb_message_translate_help;?><a href="javascript:void(0);" data-popup-open="ux_open_popup" class="custom_links" onclick="show_pop_up_mail_bank();"><?php echo $mb_message_translate_here; ?></a></strong>
|
89 |
-
<?php
|
90 |
-
}
|
91 |
-
?>
|
92 |
</div>
|
93 |
<form id="ux_frm_test_email_configuration">
|
94 |
<div id="ux_div_test_mail">
|
81 |
<li><?php echo $mb_demos_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/demos/" target="_blank" class="custom_links"><?php echo $mb_here_disclaimer ?></a>.</li>
|
82 |
<li><?php echo $mb_manual_disclaimer ?><a href="http://beta.tech-banker.com/products/mail-bank/user-guide/test-email/" target="_blank" class="custom_links"><?php echo $mb_here_disclaimer ?></a>.</li>
|
83 |
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
</div>
|
85 |
<form id="ux_frm_test_email_configuration">
|
86 |
<div id="ux_div_test_mail">
|
wp-mail-bank.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://beta.tech-banker.com
|
|
5 |
Description: Mail Bank reconfigures the wp_mail() function and make it more enhanced.
|
6 |
Author: Tech Banker
|
7 |
Author URI: http://beta.tech-banker.com
|
8 |
-
Version: 2.0.
|
9 |
License: GPLv3
|
10 |
*/
|
11 |
|
5 |
Description: Mail Bank reconfigures the wp_mail() function and make it more enhanced.
|
6 |
Author: Tech Banker
|
7 |
Author URI: http://beta.tech-banker.com
|
8 |
+
Version: 2.0.14
|
9 |
License: GPLv3
|
10 |
*/
|
11 |
|