1. [OT] - sendmail on Linux
- Posted by Jonas Temple <jtemple at yhti.net> Jan 18, 2004
- 455 views
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! Thanks a bunch, Jonas
2. Re: [OT] - sendmail on Linux
- Posted by "Martin Stachon" <martin.stachon at tiscali.cz> Jan 18, 2004
- 437 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
3. Re: [OT] - sendmail on Linux
- Posted by Guillermo Bonvehi <knixeur at speedy.com.ar> Jan 18, 2004
- 420 views
Jonas Temple wrote: > > >Okay, I'm at a loss. > >I've got a Windows program that I want to convert to run under Linux to= =20 >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= =20 >to format and send an email using sendmail. > >I know one of you Linux experts can point me in the right direction! > >Thanks a bunch, > >Jonas >=20=20 > Hi Jonas, The latest contribution is a SMTP library for Linux by Peter Blue,=20 i think that could be a great alternative and you wouldn't need to relay= =20 on an external program. Best Regards, Guillermo Bonveh=ED
4. Re: [OT] - sendmail on Linux
- Posted by Peter Blue <peter at legend-i.demon.co.uk> Jan 18, 2004
- 436 views
Hi Jonas, I had a similar problem so I wrote that little "smtp-lib.e" which I now use on our stuff here. I'll try and help if you have any problems with it. Peter On Sunday 18 Jan 2004 4:51 am, you wrote: > > 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.