[-] BO : added the "mailMethod" variable

This commit is contained in:
aNiassy
2012-01-05 13:39:14 +00:00
parent a97b110a37
commit eda64add26
2 changed files with 6 additions and 6 deletions
+1
View File
@@ -53,6 +53,7 @@ function verifyMail(testMsg, testSubject)
type : "POST",
data:
{
"mailMethod" : (($("input[name=PS_MAIL_METHOD]:checked").val() == 2) ? "smtp" : "native"),
"smtpSrv" : $("input[name=PS_MAIL_SERVER]").val(),
"testEmail" : $("#testEmail").val(),
"smtpLogin" : $("input[name=PS_MAIL_USER]").val(),