From 2edd85f22b0526efe6ca598cad1f0fbed849b7e1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 2 Sep 2005 23:36:19 +0000 Subject: [PATCH] /usr/sbin is a better default location for sendmail than /usr/lib nowadays git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/include/wx/net/email.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/include/wx/net/email.h b/contrib/include/wx/net/email.h index 173e5e1847..9936396e31 100644 --- a/contrib/include/wx/net/email.h +++ b/contrib/include/wx/net/email.h @@ -34,7 +34,7 @@ public: // Send a message. // Specify profile, or leave it to wxWidgets to find the current user name static bool Send(wxMailMessage& message, const wxString& profileName = wxEmptyString, - const wxString& sendMail = wxT("/usr/lib/sendmail -t")); + const wxString& sendMail = wxT("/usr/sbin/sendmail -t")); protected: };