From: Vadim Zeitlin Date: Fri, 2 Sep 2005 23:36:19 +0000 (+0000) Subject: /usr/sbin is a better default location for sendmail than /usr/lib nowadays X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2edd85f22b0526efe6ca598cad1f0fbed849b7e1 /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 --- 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: };