Re: [OT] - sendmail on Linux
- Posted by "Martin Stachon" <martin.stachon at tiscali.cz> Jan 18, 2004
- 436 views
Jonas Temple > Okay, I'm at a loss. > > I've got a Windows program that I want to convert to run under Linux to > automatically send out an email (no, I'm not a spammer). > > I think I need to use sendmail but I can't find any documentation on how > to format and send an email using sendmail. > > I know one of you Linux experts can point me in the right direction! sendmail is known for being buggy. When running on a server, consider qmail or postfix. $man mail $man sendmail RDS script http://www.rapideuphoria.com/economy.txt makes use of it. Martin