diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-18 10:40:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-18 10:40:18 +0200 |
commit | ed93e07b1b7a9e0ba99609a9223e43247ff4224e (patch) | |
tree | aa203bdab5a5fc4f5fd8af16baf6903a7ee3dde0 /butl/sendmail | |
parent | 4408607c51a7c6e293adae41403b21d4a2c9a429 (diff) |
Implement curl process
Diffstat (limited to 'butl/sendmail')
-rw-r--r-- | butl/sendmail | 5 |
1 files changed, 2 insertions, 3 deletions
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 <typename C, typename E, typename... O> sendmail (const C&, |