git-svn-id: https://svn.microneil.com/svn/SNFUtility/trunk@62 aa37657e-1934-4a5f-aa6d-2d8eab27ff7cmaster
std::ostringstream Temp; | std::ostringstream Temp; | ||||
Temp << "Integration with sendmail is not supported on this platform. " | Temp << "Integration with sendmail is not supported on this platform. " | ||||
<< "Please see " << DOC_DIR << "/INSTALL file for instructions for manual " | |||||
<< "Please see " << DOC_DIR << "/INSTALL for instructions for manual " | |||||
<< "integration with sendmail."; | << "integration with sendmail."; | ||||
throw std::runtime_error(Temp.str()); | throw std::runtime_error(Temp.str()); |