Re: Email from foxpro

2013-06-05 Thread Mike Copeland
There are several ways, but my preference is BLAT. Search for "blat vfp" and you'll have a wealth of info. Mike Original Message Subject: Email from foxpro From: José Olavo Cerávolo To: profoxt...@leafe.com Date: 6/5/2013 9:30 PM Hi All, I was trying to find information abo

Re: Email from foxpro

2013-06-05 Thread Sytze de Boer
There are several options 1 Use Blat (Google it and you will see) I used for a long time and then many of clients reported it was no longer working because they installed Ultra Fast Broadband 2 So I switched to CDO method go tohttp://fox.wikis.com/wc.dll?Wiki~CdoEmail~VFP for help 3 and if

Re: Email from foxpro

2013-06-05 Thread Tracy Pearson
"José Olavo Cerávolo" wrote: >Hi All, > >I was trying to find information about emailing from foxpro. >A customer requested a confirmation email to be sent to their clients >when they enroll for an event. >I tried searching the archives but I did not get any hits. >I don't want to be locked into

Re: Email from foxpro

2013-06-05 Thread Jean MAURICE
José, you can try VFPWinsock, an opensource project driven by a french MVP Francis FAURE. I use it for a long time and it works like a charm. As the code is given, I think it is easily understandable although I can translate main things to you ... http://www.vfpwinsock.com/ In french, 'downl

Re: Email from foxpro

2013-06-05 Thread Michael Madigan
I use blat, it's easy to set up and use.   http://www.blat.net/ From: José Olavo Cerávolo To: "profoxt...@leafe.com" Sent: Wednesday, June 5, 2013 10:30 PM Subject: Email from foxpro Hi All, I was trying to find information about emailing from foxpro. A cu

RE: Email from foxpro

2013-06-05 Thread Christina Bull
I'm up against it with time at the moment, so have just copied and pasted some code in here. Rejig it to suit what you need to do DECLARE INTEGER ShellExecute IN shell32.dll ; INTEGER hndWin, STRING cAction, STRING cFileName, ; STRING cParams, STRING cDir, INTEGER nShowWi

Re: Email from foxpro

2013-06-06 Thread Alan Bourke
If you don't want to automate Outlook, then Blat is a good option as other folk have said. I would also consider creating a COM component in .NET 4.5, which uses the strong functionality there for SMTP and/or Exchange Web Services emailing, and then use that component from VFP. ___

Re: Email from foxpro

2013-06-06 Thread Ted Roche
On Wed, Jun 5, 2013 at 10:30 PM, José Olavo Cerávolo wrote: > > I was trying to find information about emailing from foxpro. > http://www.tedroche.com/papers.php has a couple papers and sample code on using SMTP to send email. You DO NOT want to depend on Microsoft-provided services (Outlook, MAP

Re: Email from foxpro

2013-06-06 Thread Gene Wirchenko
At 19:30 2013-06-05, José Olavo Cerávolo wrote: Hi All, I was trying to find information about emailing from foxpro. A customer requested a confirmation email to be sent to their clients when they enroll for an event. I tried searching the archives but I did not get any hits. I don't want to

RE: Email from foxpro

2013-06-10 Thread Bob Lee
Have you looked into blat. Blat.net Bob Lee -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Gene Wirchenko Sent: Thursday, June 06, 2013 2:18 PM To: profoxt...@leafe.com Subject: Re: Email from foxpro At 19:30 2013-06-05, José Olavo Cerávolo