X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/decb3a6a16ea5acf1dfcdb1b70cb6edaa09840c0..8312c461b8bae95adf2f75c7be4e6bab3b1ceb47:/contrib/include/wx/net/email.h diff --git a/contrib/include/wx/net/email.h b/contrib/include/wx/net/email.h index 1c312b4980..fd7a7b1a41 100644 --- a/contrib/include/wx/net/email.h +++ b/contrib/include/wx/net/email.h @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma interface "email.h" -#endif - #ifndef _WX_EMAIL_H_ #define _WX_EMAIL_H_ @@ -23,7 +19,7 @@ * Miscellaneous email functions */ -class wxEmail +class WXDLLIMPEXP_NETUTILS wxEmail { public: //// Ctor/dtor @@ -32,8 +28,9 @@ public: //// Operations // Send a message. - // Specify profile, or leave it to wxWindows to find the current user name - static bool Send(wxMailMessage& message, const wxString& profileName = wxEmptyString ); + // 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/sbin/sendmail -t")); protected: };