Mails are not sent via SMTP that requires authentication. Because, SMTP Authentication is not enabled.
Mails are sent via SMTP, even when SMTP Authentication is disabled.
Any browser
The radio buton is simply queried but jQuery does not take into account that it is a radio button.
Fix: sendtestmail-uncompressed.js
jQuery(document).ready(function ($)
{
$('#sendtestmail').click(function ()
{
var email_data = {
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(),
smtpsecure: $('select[name="jform[smtpsecure]"]').val(),
smtpport : $('input[name="jform[smtpport]"]').val(),
mailfrom : $('input[name="jform[mailfrom]"]').val(),
fromname : $('input[name="jform[fromname]"]').val(),
mailer : $('select[name="jform[mailer]"]').val(),
mailonline: $('input[name="jform[mailonline]"]:checked').val()
};
Nothing special. Just one of the varius online js compressors is the last tool i know ;)
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-04-08 09:09:30 |
Closed_By | ⇒ | brianteeman |
Closed as we have a PR for testing - #9803
Hi,
I tested the fix the uncompressed file. What are the steps to generate the compressed version?
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9768.