- // 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/lib/sendmail -t"));