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