Re: Cygwin Mail and Exchange Server

2008-05-20 Thread Ronald Fischer
Frank Fesevur users.sourceforge.net> writes: > Have you tried the cygwin "email" package? It talks directly to an SMTP > server. Good suggestion. I think I'll stick with this. Ronald -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: Cygwin Mail and Exchange Server

2008-05-19 Thread Frank Fesevur
2008/5/19 Ronald Fischer wrote: > at a customer's site, I would like to be able to send email from > bash scripts. The setup of the software is pretty standard: Usually > mail is sent and read using Outlook, and there is an Exchange server > lurking somewhere to do the job. What do I have to do in

Re: Cygwin Mail and Exchange Server

2008-05-19 Thread Ronald Fischer
Andrew DeFaria DeFaria.com> writes: > No need to ask the admins, you can lookup these settings directly in > Outlook under Tools: Email accounts. It probably won't say anything > about POP/IMAP but you can just do "telnet POP" or "telnet > IMAP". If it responds with a server at the other end

Re: Cygwin Mail and Exchange Server

2008-05-19 Thread Andrew DeFaria
Ronald Fischer wrote: Dave Korn artimi.com> writes: at a customer's site, I would like to be able to send email from bash scripts. The setup of the software is pretty standard: Usually mail is sent and read using Outlook, and there is an Exchange server lurking somewhere to do the job. What d

Re: Cygwin Mail and Exchange Server

2008-05-19 Thread Samuel Robb
On Mon, 2008-05-19 at 12:28 +, Ronald Fischer wrote: > Is there a simpler command line utility for sending mail - I mean, > simpler than ssmtp -, which you could recommend? In a past life, I've used blat: http://www.blat.net/ It's a public-domain Win32 console program, though, not a Cygwin

Re: Cygwin Mail and Exchange Server

2008-05-19 Thread Reid Thompson
On Mon, 2008-05-19 at 12:04 +, Ronald Fischer wrote: > Hello, > > at a customer's site, I would like to be able to send email from > bash scripts. The setup of the software is pretty standard: Usually > mail is sent and read using Outlook, and there is an Exchange server > lurking somewhere to

Re: Cygwin Mail and Exchange Server

2008-05-19 Thread Reid Thompson
I generally use mutt on the command line ssmtp must still be configured and you need to answer YES to linking sstmp to sendmail $ mutt -x -s "the subject" [EMAIL PROTECTED] $ mutt -x -s "the subject" -a "/path/to/file/to/attach" [EMAIL PROTECTED] $ (uuencode afile afile) | mutt -x -s "subject"

RE: Cygwin Mail and Exchange Server

2008-05-19 Thread Dave Korn
Ronald Fischer wrote on 19 May 2008 13:28: > Dave Korn artimi.com> writes: > >>> at a customer's site, I would like to be able to send email from >>> bash scripts. The setup of the software is pretty standard: Usually >>> mail is sent and read using Outlook, and there is an Exchange server >>> l

Re: Cygwin Mail and Exchange Server

2008-05-19 Thread Ronald Fischer
Dave Korn artimi.com> writes: > > at a customer's site, I would like to be able to send email from > > bash scripts. The setup of the software is pretty standard: Usually > > mail is sent and read using Outlook, and there is an Exchange server > > lurking somewhere to do the job. What do I have

RE: Cygwin Mail and Exchange Server

2008-05-19 Thread Dave Korn
Ronald Fischer wrote on 19 May 2008 13:04: > Hello, > > at a customer's site, I would like to be able to send email from > bash scripts. The setup of the software is pretty standard: Usually > mail is sent and read using Outlook, and there is an Exchange server > lurking somewhere to do the job.