From ed93e07b1b7a9e0ba99609a9223e43247ff4224e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 18 Apr 2017 10:40:18 +0200 Subject: Implement curl process --- butl/sendmail | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'butl/sendmail') diff --git a/butl/sendmail b/butl/sendmail index 706f110..fe86285 100644 --- a/butl/sendmail +++ b/butl/sendmail @@ -15,7 +15,7 @@ namespace butl { - // Send email using the sendmail program. + // Send email using the sendmail(1) program. // // Write the body of the email to out. Note that you must explicitly close // it before calling wait(). Throw process_error and io_error (both derive @@ -64,8 +64,7 @@ namespace butl const recipients_type& bcc = recipients_type (), O&&... options); - // Version with the command line callback (see process_run() for - // details). + // Version with the command line callback (see process_run() for details). // template sendmail (const C&, -- cgit v1.1