1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxEmail: portable email client class
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 #if defined(__GNUG__) && !defined(__APPLE__)
13 #pragma interface "email.h"
19 #include "wx/net/msg.h"
23 * Miscellaneous email functions
26 class WXDLLIMPEXP_NETUTILS wxEmail
35 // Specify profile, or leave it to wxWidgets to find the current user name
36 static bool Send(wxMailMessage
& message
, const wxString
& profileName
= wxEmptyString
,
37 const wxString
& sendMail
= wxT("/usr/sbin/sendmail -t"));