// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma interface "email.h"
-#endif
-
#ifndef _WX_EMAIL_H_
#define _WX_EMAIL_H_
* Miscellaneous email functions
*/
-class wxEmail
+class WXDLLIMPEXP_NETUTILS wxEmail
{
public:
//// Ctor/dtor
//// Operations
// Send a message.
- // Specify profile, or leave it to wxWindows to find the current user name
+ // 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:
};