Distribution list contains both MS Exchange id's and Lotus Notes id's. The MS Exchange id's are recieving emails but the Lotus Notes id's are not. Any...
Hey cvw77069, On Friday, May 8, 2009 at 8:15:06 AM you wrote c> Distribution list contains both MS Exchange id's and Lotus Notes c> id's. The MS Exchange id's...
Hey Carl, You replied to my note, but didn't answer any of my questions... What you have told us so far is "it doesn't work", but no details that would let us...
I am so lost right now with Blat and I need help badly !! I need to know what I need to type in the command line to get this going. Here's my situation: 1....
You might look and see if Domino is spam-filtering them out. ... -- Qe'van the Unclothed, Bard of Nor .... 'Around here I say spit and it gets turned into a ...
... In order to use Blat with Exchange, or Exchange Edge (not sure of this), you need to ensure SMTP is supported. Beyond that, using Blat is much like any ...
Chip, I'm sure that I have smtp running because I used telnet to check both servers. What would the command line look like for the scenario that I have ? Jamal...
I'm trying to build blat using the Open Watcom compiler (the latest version, 1.8) using makefile.w32 and it is failing on not finding mapiwin.h which is...
Hey Jamal, On Friday, May 8, 2009 at 11:01:35 PM you wrote j> I'm sure that I have smtp running because I used telnet to check j> both servers. What would the...
Greetings dc_w5, You wrote; "I'm trying to build blat using the Open Watcom compiler..." I don't know of anyone who built Blat with other then a Microsoft...
... I am working on that very thing this morning. I had previously installed OpenWatcom 1.8 for another project, so I made some minor changes to the source to...
... From: "Chip" <chip.programmer@...> To: <blat@yahoogroups.com> Sent: Saturday, May 09, 2009 9:33 AM Subject: Re: [blat] Re: Compiling blat with the Open...
... Yes, that's one of the things I had to do: bldhdrs.cpp : comment out #include <mapiwin.h> to remove compiler error sendsmtp.cpp : cast two pointers to...
Tim, Thanks for the help, appreciate it. I will try that on Monday morning. Is that the commands that will help you to test the server, or is that the command...
With a little fiddling, I was able to get Blat compiled with OpenWatcom and to send me some test messages. I needed to make small changes to makefile.w32, and...
Hi Jamal, Tim's formatting is pretty much dead on so just follow that and you should be in good shape for setting up your email. Keep in mind whenever you want...
I'm trying to send out emails with both html and text versions of the same message. The html version of the message is in a file and I'm using the -alttext...
... This sounds like a manual / semi-automated process for you. If some of your list readers are requesting plain text only, then you would send the plain ...
Thanks Chip. I am indeed generating emails programmatically as you suggested. I did manage to figure this out by sending myself a couple of emails from a...
Is it possible to include an html message on the command line with the -body command? I found I have to include the -html option, but the message I get has...
Hey Pete, On Monday, May 11, 2009 at 5:27:36 PM you wrote p> Is it possible to include an html message on the command line with p> the -body command? I think...
Sorry, I should have explained why I want to do this. Basically, this is a newsletter type of application where the html needs to be customised for each...
Hey peterh5172, On Monday, May 11, 2009 at 8:23:11 PM you wrote p> Sorry, I should have explained why I want to do this. Basically, p> this is a newsletter...
... is a newsletter type of application where the html needs to be customised for each recipient, eg have their name in it. So I have a html template file...
I've gone back to using the file approach. I was getting other errors sometimes and I think the presence of so many special characters like quotes and "<" and...