X-Git-Url: http://nitlanguage.org diff --git a/lib/sendmail.nit b/lib/sendmail.nit index 0040c71..72b8ea3 100644 --- a/lib/sendmail.nit +++ b/lib/sendmail.nit @@ -74,7 +74,7 @@ class Mail all.add_all cc all.add_all bcc - var proc = new OProcess("sendmail", all.join(",")) + var proc = new ProcessWriter("sendmail", all.join(",")) if proc.is_writable then proc.write to_s proc.close proc.wait