Have been using Blat out of an "older" VFP6 application for years now.
Been through several changes in email servers etc. no problems.
Corporate just changed our SMTP mail for copiers and the like,
copiers work. Blat DOES NOT get's a consistent error code 2, doesn't
like send or deny connection.
Anyone seen this before? Any other alternate command line mailers?
TIA,
Regards,
Desmond
8-)
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/CAAJXvaOQmEhdjS7Y34+aMA7W6YrdJt4=dY_CptKYvtV5W3+28g@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
On Tue, Feb 7, 2012 at 1:46 PM, Desmond Lloyd <desmond.lloyd@gmail.com> wrote:
> Corporate just changed our SMTP mail for copiers and the like,
> copiers work. Blat DOES NOT get's a consistent error code 2, doesn't
> like send or deny connection.
> Anyone seen this before? Any other alternate command line mailers?
Happens all the time. I support a vertical-niche app and customers and
their "network guys" switch services, and it's our fault that our app
doesn't work, of course. "We didn't do nuthin'" is always their
report, and in fact, there's a different authorization scheme, or
they've changed the "from" user name, or some other problem.
Blat is still one of the best tools out there. You might also consider
Rick Strahl's Client Tools ($$).
Try the debug switches (http://www.blat.net/examples/debug.html) and
see what you get.
--
Ted Roche
Ted Roche & Associates, LLC
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/CACW6n4v3i4x_72COicoZ7cpMX0vbjvt7CvqK-vVkVxkvPj4N_A@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Super! Thank you!
Sent via BlackBerry by AT&T
-----Original Message-----
From: Ted Roche <tedroche@gmail.com>
Sender: profox-bounces@leafe.com
Date: Tue, 7 Feb 2012 15:18:20
To: <profox@leafe.com>
Reply-To: ProFox Email List <profox@leafe.com>
Subject: Re: VFP6: Using Blat
On Tue, Feb 7, 2012 at 1:46 PM, Desmond Lloyd <desmond.lloyd@gmail.com> wrote:
> Corporate just changed our SMTP mail for copiers and the like,
> copiers work. Blat DOES NOT get's a consistent error code 2, doesn't
> like send or deny connection.
> Anyone seen this before? Any other alternate command line mailers?
Happens all the time. I support a vertical-niche app and customers and
their "network guys" switch services, and it's our fault that our app
doesn't work, of course. "We didn't do nuthin'" is always their
report, and in fact, there's a different authorization scheme, or
they've changed the "from" user name, or some other problem.
Blat is still one of the best tools out there. You might also consider
Rick Strahl's Client Tools ($$).
Try the debug switches (http://www.blat.net/examples/debug.html) and
see what you get.
--
Ted Roche
Ted Roche & Associates, LLC
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/CACW6n4v3i4x_72COicoZ7cpMX0vbjvt7CvqK-vVkVxkvPj4N_A@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Sheesh, am going nuts...
Have a VFP6 that sends out an email when certain conditions are met. Using
Blat the email sends fine. However I always build the body of the email and
then perform a strtofile(mem,filename). There are no errors but after
running a test on it the original text file is in place and was never
updated.
So then I checked for the existence of the file (of course it was there)
and tried deleting it and am getting an access denied. Tried going to
Windows Explorer and no joy there either. Until I exit VFP the file is
stuck.
Could some tell me how I could get the file to release, or at least update
properly....
Regards,
Desmond
8-)#
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/CAAJXvaMyZNfDrEii_RgyDhwJx9d2v9rBx=ffB_GwCzuxpTHpoA@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Try "Clear Resources"
Dave
-----Original Message-----
From: ProFox [mailto:profox-bounces@leafe.com] On Behalf Of Desmond Lloyd
Sent: 13 August 2013 01:02
To: ProFox Email List
Subject: VFP6: Using Blat Issue
Sheesh, am going nuts...
Have a VFP6 that sends out an email when certain conditions are met. Using Blat the email sends fine. However I always build the body of the email and
then perform a strtofile(mem,filename). There are no errors but after
running a test on it the original text file is in place and was never updated.
So then I checked for the existence of the file (of course it was there) and tried deleting it and am getting an access denied. Tried going to Windows Explorer and no joy there either. Until I exit VFP the file is stuck.
Could some tell me how I could get the file to release, or at least update properly....
Regards,
Desmond
8-)#
--- StripMime Report -- processed MIME parts --- multipart/alternative
text/plain (text body -- kept)
text/html
---
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/18725B8CD2D5D247873A2BAF401D4AB22A39ABCD@EX2010-A-FPL.FPL.LOCAL
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.