1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxEmail: portable email client class
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
15 #include "wx/net/msg.h"
19 * Miscellaneous email functions
22 class WXDLLIMPEXP_NETUTILS wxEmail
31 // Specify profile, or leave it to wxWidgets to find the current user name
32 static bool Send(wxMailMessage
& message
, const wxString
& profileName
= wxEmptyString
,
33 const wxString
& sendMail
= wxT("/usr/sbin/sendmail -t"));