-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[4.0] Remove Exception-catching from JMail #21320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
3687322
Updated the Mail.php file to the changes in PR #12179
jonasgonka 90a6220
Added Exception Handling for the Mails that get send after sending pr…
jonasgonka 219201a
Update Mass-Mail Function to handle the Exceptions from the JMail class
jonasgonka d648673
Update the update notification plugin to handle the new Exceptions fr…
jonasgonka 677920d
Update the Contact-Module to handle the exceptions thrown by the JMai…
jonasgonka 59b66f1
Update joomla.php
jonasgonka dce551d
Update DisplayController.php
jonasgonka 0b53666
Update RemindModel.php
jonasgonka 5839c8e
Update ResetModel.php
jonasgonka 692e449
Update RegistrationModel.php
jonasgonka 0e056e7
Updated multiple files to better handle the new exceptions thrown by …
jonasgonka 061933e
Updated MessageModel.php to better handle the Exceptions thrown in th…
jonasgonka 62d2508
Removed unnecessary redirect from DisplayController.php
jonasgonka 198c7d0
Improved Exception handling in the joomla.php that is used when creat…
jonasgonka 0122796
Updated translation file
jonasgonka 6bdc62b
Fixed a code-style issue
jonasgonka 2434081
Merge branch '4.0-dev' into JMailFixes
jonasgonka 89529e4
Merge branch '4.0-dev' into JMailFixes
jonasgonka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you simplify this to just
"The email could not be sent."
Thanks