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