/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
This commit is contained in:
Vadim Zeitlin 2005-09-02 23:36:19 +00:00
parent 8b6b8e21a4
commit 2edd85f22b

View File

@ -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:
};