from Hacker News

Show HN: Mailer – our in-house tool for sending email from the command line

by dirwiz on 12/28/15, 2:57 PM with 24 comments

  • by attractiveape on 12/28/15, 11:37 PM

    No provided source code? Is this 1990?
  • by brudgers on 12/28/15, 5:30 PM

    Direct link to tool: https://www.dirwiz.com/mailer/
  • by sarreph on 12/29/15, 12:22 AM

    >> It runs on every platform we can think of (Windows 64bit, Linux 32 & 64 Bit, Raspberry Pi!)

    How would I go about running the binary on OS X? I assume it's possible? Thanks...

  • by GauntletWizard on 12/28/15, 11:49 PM

    In a similar vein but open source is ssmtp. It's a simple MTA that hands off the dirty work of sending e-mail to a real mailserver, and can be configured to use your existing SMTP server as a bounce point, or if you're running a personal server, your gmail account.
  • by cbsmith on 12/29/15, 7:42 PM

    I'm not clear as to why anyone thought this tool was needed or was any more complex than a simple script. This functionality is built in to most platforms.
  • by dz0ny on 12/29/15, 9:02 AM

    I prefer swaks