From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (wmorgan-sup at masanjin.net) Date: Thu, 03 Jul 2008 08:52:35 -0700 Subject: [sup-talk] Sending Emails In-Reply-To: <1215099271-sup-5787@archie> References: <1215099271-sup-5787@archie> Message-ID: <1215100319-sup-947@entry> Reformatted excerpts from its.jeff.balogh's message of 2008-07-03: > lib/sup/modes/edit-message-mode.rb > --> 285: IO.popen(acct.sendmail, "w") { |p| p.puts m } > 286: raise SendmailCommandFailed, "Couldn't execute #{acct.sendmail}" > unless $? == 0 Yep, this is the actual execution point. It's a call out to whatever sendmail program you've defined in your configuration. -- William