]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/net/email.h
More XRCed updates from Roman
[wxWidgets.git] / contrib / include / wx / net / email.h
index 1c312b49807725c2d5e860f55e5e37197c78e418..2d50316206bd76410caaef7c77cab71478b0a0e1 100644 (file)
@@ -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:
 };