OK, this might be a bit of a newbie question, but the last time I used FoxPro was in 1990 and I am trying to get to grips with Visual FoxPro (though I am using VFP 6.0 until I can get my copy of Visual Studio

Can somebody point me in the right direction to find some resources. What I want to do is have a a FoxPro application be able to send an email via a mail server. (I'd also like it to be able to connect to an FTP server at a later date as well

Anybody got any ideas or suggestion

Re: Help connecting FP Application to a mail server by Eric

Eric
Thu May 20 03:26:43 CDT 2004

Hello, SeaTac!

The wwipstuff library supports SMTP based email and FTP. You can get it
here: www.west-wind.com. You may also want to search the google groups for
MAPI, BLAT for more info on automated email. For a free FTP class, search
the download area of www.universalthread for FTPCLASS.
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8



RE: Help connecting FP Application to a mail server by marekw

marekw
Thu May 20 03:36:03 CDT 2004

See URL: http://www.blat.net/194/ you can find two products - blat.exe and getmail.exe (or dll versions), good luck!

Re: Help connecting FP Application to a mail server by Anders

Anders
Thu May 20 09:20:53 CDT 2004

Win2000 and XP Pro come with a COM server, CDOSYS.DLL
osmpt = CreateObject('CDO.Message')
oconfig=CreateObjcect('CDO.Configuration')


"SeaTac" <anonymous@discussions.microsoft.com> wrote in message
news:40F8F370-199C-4D0E-8F5D-A96DCE9CEE8B@microsoft.com...
> OK, this might be a bit of a newbie question, but the last time I used
FoxPro was in 1990 and I am trying to get to grips with Visual FoxPro
(though I am using VFP 6.0 until I can get my copy of Visual Studio)
>
> Can somebody point me in the right direction to find some resources. What
I want to do is have a a FoxPro application be able to send an email via a
mail server. (I'd also like it to be able to connect to an FTP server at a
later date as well)
>
> Anybody got any ideas or suggestions
>
>


Re: Help connecting FP Application to a mail server by Anders

Anders
Thu May 20 08:03:39 CDT 2004

Hi Seatac
Visual FoxPro has opted out of Visual Studio. It's sold separately but it's
also part of any MSDN subscription.
-Anders

"SeaTac" <anonymous@discussions.microsoft.com> wrote in message
news:40F8F370-199C-4D0E-8F5D-A96DCE9CEE8B@microsoft.com...
> OK, this might be a bit of a newbie question, but the last time I used
FoxPro was in 1990 and I am trying to get to grips with Visual FoxPro
(though I am using VFP 6.0 until I can get my copy of Visual Studio)
>
> Can somebody point me in the right direction to find some resources. What
I want to do is have a a FoxPro application be able to send an email via a
mail server. (I'd also like it to be able to connect to an FTP server at a
later date as well)
>
> Anybody got any ideas or suggestions
>
>


Re: Help connecting FP Application to a mail server by anonymous

anonymous
Fri May 21 14:56:02 CDT 2004

Ahh, Thats good to know, I was hitting up my contact at MS to get it from the company store. I would have been gutted to get Visual Studio and find VFP missing. I guess I need to get both then, as I need a C Environment as well. Thanks