https://bugs.kde.org/show_bug.cgi?id=386988
--- Comment #7 from Dennis Schridde <dennis.schri...@uni-heidelberg.de> --- (In reply to Allen Winter from comment #6) > now you should see a warning dialog with a real explanation as to the > failure condition, instead of failing silently. > > if the users think the email address is just fine, then the bug is with the > email validator and not with korganizer The issue was that the email addresses of all attendees were fine individually, but they got smudged together into one string (separated by commas), which made something further down the stream trip. While I understand that the referenced commit adds better error reporting, the problem itself (some part communicating the attendee email addresses in a format that the next component in line does not understand / reject, while sending out the invitations) does not seem to be fixed. -- You are receiving this mail because: You are watching all bug changes.