From mboxrd@z Thu Jan 1 00:00:00 1970 From: itaylor@uark.edu (Ian Taylor) Date: Wed, 03 Oct 2007 01:17:21 -0400 Subject: [sup-talk] sending mail; setting smtp server In-Reply-To: <47031532.800@edwardog.net> References: <47031532.800@edwardog.net> Message-ID: <1191387834-sup-8016@silver> Excerpts from Edward Ocampo-Gooding's message of Wed Oct 03 00:06:10 -0400 2007: > Hi Folks, > > William: thanks for writing Sup; while it's still got a few wrinkles in it > (it'd > be really nice to have an auto-completion thing for contact addresses), I think > this thing is going to be really cool. He recently told me this was implemented and I think it autocompletes from your ~/.sup/contacts.txt, so you'll have to add entries there. > I'm wondering how I go about setting the smtp server with which to send email - > I didn't see it covered in the readme or faq, so if someone could clarify that, > I'd really appreciate it. As it stands, Sup is trying to use sendmail as it's > setup in config.yml, but is failing silently and marking my messages as sent. Here's how I'm doing it. I used to use nbsmtp, but not I'm using msmtp. I actually send mail out through different smtp servers for each account (through various ssh port forwards, etc), so I set up my ~/.msmtprc with multiple accounts defined. In ~/.sup/config.yaml: :accounts: :someaccount: :sendmail: msmtp --account=[NAME_OF_ACCOUNT_IN_SMTPRC] -t -- Ian Taylor