RE: Email frm Exch at command ln/script???

2003-10-21 Thread Hatley, Ken
Use MAPISEND.exe -Original Message- From: Clemens, Rick [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 2:45 PM To: Exchange Discussions Subject:RE: Email frm Exch at command ln/script??? I use CDO. Here is a snippet: set msg = WScript.CreateObject

Email frm Exch at command ln/script???

2003-10-17 Thread Mellott, Bill
Im wondering if there is a way I can e-mail from a command line/script thru/directly from my exchange box...(Exch55sp4+post, NT4sp6a+post) Like if I was on my unix box (running sendmail) I might do uuencode /dr/rpt/rpt.txt |mail [EMAIL PROTECTED] and then cron this I did see some of a MS

RE: Email frm Exch at command ln/script???

2003-10-17 Thread Edgington, Jeff
: Email frm Exch at command ln/script??? Im wondering if there is a way I can e-mail from a command line/script thru/directly from my exchange box...(Exch55sp4+post, NT4sp6a+post) Like if I was on my unix box (running sendmail) I might do uuencode /dr/rpt/rpt.txt |mail [EMAIL PROTECTED

RE: Email frm Exch at command ln/script???

2003-10-17 Thread Fyodorov, Andrey
frm Exch at command ln/script??? Im wondering if there is a way I can e-mail from a command line/script thru/directly from my exchange box...(Exch55sp4+post, NT4sp6a+post) Like if I was on my unix box (running sendmail) I might do uuencode /dr/rpt/rpt.txt |mail [EMAIL PROTECTED] and then cron

RE: Email frm Exch at command ln/script???

2003-10-17 Thread Mellott, Bill
To: Exchange Discussions Subject: RE: Email frm Exch at command ln/script??? You can use Telnet on port 25, connect to your Exchange server and send a message. Or you could use Blat - a great command line utility for sending mail. You also should be able to drop a preformatted text file

RE: Email frm Exch at command ln/script???

2003-10-17 Thread Edgington, Jeff
17, 2003 12:07 PM To: Exchange Discussions Subject: RE: Email frm Exch at command ln/script??? thx I thought about doing a telnet to 25...my Q on that is how would I attach the 3 files which need to go with the e-mail??? BLAT - I used it a couple times..it's an option...was hoping to avoide

RE: Email frm Exch at command ln/script???

2003-10-17 Thread Mellott, Bill
scripting which i bite at) bill -Original Message- From: Edgington, Jeff [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 1:09 PM To: Exchange Discussions Subject: RE: Email frm Exch at command ln/script??? yeah... I didn't catch that until too late... I often use PERL

RE: Email frm Exch at command ln/script???

2003-10-17 Thread Ken Cornetet
huge scripting which i bite at) bill -Original Message- From: Edgington, Jeff [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 1:09 PM To: Exchange Discussions Subject: RE: Email frm Exch at command ln/script??? yeah... I didn't catch that until too late... I often use PERL

RE: Email frm Exch at command ln/script???

2003-10-17 Thread Clemens, Rick
To: Exchange Discussions Subject: RE: Email frm Exch at command ln/script??? The only way to do this without any external scripts or programs is to share out the pickup directory on your Exchange server, create a specially formatted file (with RFC822 To:, From:, Subject:, etc headers) and drop