summaryrefslogtreecommitdiff
path: root/Postman/Postman-Send-Test-Email/postman_send_test_email.js
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Postman-Send-Test-Email/postman_send_test_email.js')
-rw-r--r--Postman/Postman-Send-Test-Email/postman_send_test_email.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Postman/Postman-Send-Test-Email/postman_send_test_email.js b/Postman/Postman-Send-Test-Email/postman_send_test_email.js
index c3e9f07..ab69d1f 100644
--- a/Postman/Postman-Send-Test-Email/postman_send_test_email.js
+++ b/Postman/Postman-Send-Test-Email/postman_send_test_email.js
@@ -107,7 +107,8 @@ function postHandleStepChange(event, currentIndex, priorIndex, myself) {
jQuery('li').addClass('disabled');
var data = {
'action' : 'postman_send_test_email',
- 'email' : jQuery(postman_email_test.recipient).val()
+ 'email' : jQuery(postman_email_test.recipient).val(),
+ 'security' : jQuery('#security').val()
};
jQuery('#postman_test_message_status').html(postman_email_test.sending);
jQuery('#postman_test_message_status').css('color', 'blue');