Detailed instruction for sending message.

This commit is contained in:
Vincent Richard 2005-11-30 12:10:42 +00:00
parent 296ce19306
commit 0b49fc98b3

View File

@ -385,7 +385,7 @@ static void sendMessage()
to.appendMailbox(vmime::create <vmime::mailbox>(toString));
}
std::cout << "Enter message data (end with '.' on a single line):" << std::endl;
std::cout << "Enter message data, including headers (end with '.' on a single line):" << std::endl;
std::ostringstream data;