git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35413
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// 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,
// 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"));