diff --git a/static/js/app/sending_profiles.js b/static/js/app/sending_profiles.js index 7d016afa..e79e13e0 100644 --- a/static/js/app/sending_profiles.js +++ b/static/js/app/sending_profiles.js @@ -1,38 +1,38 @@ var profiles = [] // Attempts to send a test email by POSTing to /campaigns/ -/*function sendTestEmail() { +function sendTestEmail() { var test_email_request = { - template: { name: '' }, - first_name: $("input[name=to_first_name]").val(), - last_name: $("input[name=to_last_name]").val(), - email: $("input[name=to_email]").val(), - position: $("input[name=to_position]").val(), - url: '', - page: { name: '' }, - smtp: { - from_address: $("#from").val(), - host: $("#host").val(), - username: $("#username").val(), - password: $("#password").val(), - ignore_cert_errors: $("#ignore_cert_errors").prop("checked") - } + template: { name: '' }, + first_name: $("input[name=to_first_name]").val(), + last_name: $("input[name=to_last_name]").val(), + email: $("input[name=to_email]").val(), + position: $("input[name=to_position]").val(), + url: '', + page: { name: '' }, + smtp: { + from_address: $("#from").val(), + host: $("#host").val(), + username: $("#username").val(), + password: $("#password").val(), + ignore_cert_errors: $("#ignore_cert_errors").prop("checked") + } } btnHtml = $("#sendTestModalSubmit").html() $("#sendTestModalSubmit").html(' Sending') - // Send the test email + // Send the test email api.send_test_email(test_email_request) - .success(function(data) { - $("#sendTestEmailModal\\.flashes").empty().append("