Skip to content

Commit

Permalink
Merge pull request #9904 from anibalsanchez/9768--Send-Test-Mail-smtp…
Browse files Browse the repository at this point in the history
…auth-1

Send Test Mail button - Ajax call has always smtpauth = 1
  • Loading branch information
rdeutz committed Apr 19, 2016
2 parents 4342168 + 81e541c commit f6655ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media/system/js/sendtestmail-uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jQuery(document).ready(function ($)
$('#sendtestmail').click(function ()
{
var email_data = {
smtpauth : $('input[name="jform[smtpauth]"]').val(),
smtpauth : $('input[name="jform[smtpauth]"]:checked').val(),
smtpuser : $('input[name="jform[smtpuser]"]').val(),
smtppass : $('input[name="jform[smtppass]"]').val(),
smtphost : $('input[name="jform[smtphost]"]').val(),
Expand Down
2 changes: 1 addition & 1 deletion media/system/js/sendtestmail.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6655ac

Please sign in to comment.