User tests: Successful: Unsuccessful:
This PR converts the form on com_mailto to use plain jquery (no mootools call on every form).
Also NO MORE INLINE SCRIPTS!
If no javascript errors are logged in your browser’s console and the functionality remains the same, your test is passing in any other case please report the errors here
Please also check these:
administrator/index.php?option=com_checkin should demonstrate multiselect without mt
administrator/index.php?option=com_users&view=mail should demonstrate form sent and validate without mt
administrator/index.php?option=com_modules should demonstrate multiselect and combobox without mt
Logout and log in to demonstrate the use of noframes without mt.
Labels |
Added:
?
|
Category | ⇒ | Front End JavaScript |
to send mails you need to set up mail transfer agents/SMTP servers (e.g. postfix), but as far as this PR: if form is send without errors then everything should be ok
Yeah, I know, and they are correctly set-up (system mail get through...). Maybe new bug?
@Hackwar while you are there, can you test if you too have problems actually sending mail from com_mailto?
I don't get an error in that regard. Any issues in that regard are 99% likely to be a mis-configuration of the server.
Status | Pending | ⇒ | Ready to Commit |
Moving to RTC as we have 2 successful commits.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5114.
Labels |
Added:
?
|
Merged into staging
. Thanks!
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-12-02 20:13:19 |
Labels |
Removed:
?
|
@test success
There is no JS error and everything seems to work, but actually sending mail fails. This happens also without your PR. This is one of the Joomla features I never used (and probably never will...), so I'm no expert here. The strange thing is that system emails (e.g.: account creation) are sent. What am I missing? Is it important to test the actual functionality?