X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/decb3a6a16ea5acf1dfcdb1b70cb6edaa09840c0..a81c3c2383f9096ef5e96b708a0f1c1ffe7cc6a8:/contrib/include/wx/net/email.h diff --git a/contrib/include/wx/net/email.h b/contrib/include/wx/net/email.h index 1c312b4980..2d50316206 100644 --- a/contrib/include/wx/net/email.h +++ b/contrib/include/wx/net/email.h @@ -33,7 +33,8 @@ public: // Send a message. // Specify profile, or leave it to wxWindows 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")); protected: };