]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/net/email.h
added descriptions
[wxWidgets.git] / contrib / include / wx / net / email.h
index 1c312b49807725c2d5e860f55e5e37197c78e418..be906a47c3799b7ec103ee26d9aa84a991888fa0 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "email.h"
 #endif
 
@@ -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:
 };