/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:
@@ -34,7 +34,7 @@ public:
|
|||||||
// Send a message.
|
// Send a message.
|
||||||
// Specify profile, or leave it to wxWidgets to find the current user name
|
// Specify profile, or leave it to wxWidgets to find the current user name
|
||||||
static bool Send(wxMailMessage& message, const wxString& profileName = wxEmptyString,
|
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:
|
protected:
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user