Skip to content

Commit a02d3ea

Browse files
committed
* 'master' of https://github.com/PandaWood/ExceptionReporter.NET: #18 create user friendly message for SimpleMAPI failure to connect
2 parents e74d8f6 + ace5068 commit a02d3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExceptionReporter/Views/ExceptionReportPresenter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ void SendMapiEmail()
161161
catch (Exception exception)
162162
{
163163
wasSuccessful = false;
164-
_view.ShowError("Unable to send Email using 'Simple MAPI'", exception);
164+
_view.ShowError("Unable to connect to Email client\r\nPlease create an Email manually and use Copy Details", exception);
165165
}
166166
finally
167167
{

0 commit comments

Comments
 (0)