// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "email.h"
#endif
// 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:
};