Re: Sending E-mails from VFP

2012-06-30 Thread Jean MAURICE
Hi Kurt, In the orignal text there are NO asterisks. I do not know where they come from !! The Foxil Le 29/06/2012 22:13, Kurt Wendt a écrit : Hello Jean, Thanks for your input again! I just download the procedure file an example. Just curious, in your code below - you have an Asterisks in

Re: Sending E-mails from VFP

2012-06-30 Thread Fred Taylor
Were those parts bold in your text? Some editors treated a leading/trailing * like an HTML bold tag. Fred On Sat, Jun 30, 2012 at 1:40 AM, Jean MAURICE jsm.maur...@wanadoo.frwrote: Hi Kurt, In the orignal text there are NO asterisks. I do not know where they come from !! The Foxil Le

Re: Sending E-mails from VFP

2012-06-30 Thread Alan Bourke
If you want to send them via Outlook, use Craig Boyd's VFPEXMAPI.FLL. If you want to send them directly via SMTP, use Blat. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Sending E-mails from VFP

2012-06-30 Thread Frank Cazabon
that does that a few weeks back. Mike Original Message Subject: Re: Sending E-mails from VFP From: Kurt Wendt kurtwe...@waitex.com To: profoxt...@leafe.com Date: 6/29/2012 3:05 PM In the meeting I had with my Boss today, about this client request - I also found out

Re: Sending E-mails from VFP

2012-06-30 Thread Jean MAURICE
Le 30/06/2012 11:13, Fred Taylor a écrit : Were those parts bold in your text? Some editors treated a leading/trailing * like an HTML bold tag. YES ! Thanks a lot. The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Sending E-mails from VFP

2012-06-30 Thread MB Software Solutions, LLC
On 6/29/2012 12:21 PM, John Harvey wrote: Cdo email is easiest probably and doesn't require Outlook. You could setup a gmail account for the company at no cost (so far) and use pure vfp code. True...I actually do this for my apps sending bug reports to me (...although that doesn't happen to

Re: Sending E-mails from VFP

2012-06-29 Thread MB Software Solutions, LLC
On 6/29/2012 12:05 PM, Kurt Wendt wrote: snipped I'm basically trying to find out which is the Easiest and Cheapest method to use to implement this for the client. If its difficult - it will drive up costs - and I was told that this client won't pay for a Big job. So - if it requires a tool

RE: Sending E-mails from VFP

2012-06-29 Thread John Harvey
Cdo email is easiest probably and doesn't require Outlook. You could setup a gmail account for the company at no cost (so far) and use pure vfp code. John -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: Friday, June 29,

RE: Sending E-mails from VFP

2012-06-29 Thread Kurt Wendt
No - actually - its not PDF files that are the big concern - its really the e-mail transmission that is the main issue. As for Blat - I think I have heard of it. Not sure which archive you are referring to. I just did a quick search - and I found a whole interesting article by our own Ted Roche

RE: Sending E-mails from VFP

2012-06-29 Thread Kurt Wendt
] On Behalf Of John Harvey Sent: Friday, June 29, 2012 12:22 PM To: profoxt...@leafe.com Subject: RE: Sending E-mails from VFP Cdo email is easiest probably and doesn't require Outlook. You could setup a gmail account for the company at no cost (so far) and use pure vfp code. John -Original

Re: Sending E-mails from VFP

2012-06-29 Thread Michael Oke, II
-boun...@leafe.com] On Behalf Of John Harvey Sent: Friday, June 29, 2012 12:22 PM To: profoxt...@leafe.com Subject: RE: Sending E-mails from VFP Cdo email is easiest probably and doesn't require Outlook. You could setup a gmail account for the company at no cost (so far) and use pure vfp

RE: Sending E-mails from VFP

2012-06-29 Thread Kurt Wendt
Understood. Thanks! -K- -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Michael Oke, II Sent: Friday, June 29, 2012 12:29 PM To: profoxt...@leafe.com Subject: Re: Sending E-mails from VFP If they have an email server to use, them

Re: Sending E-mails from VFP

2012-06-29 Thread Jean MAURICE
I have done that nearly for free and with nearly no difficulty. Because I have it, I use XFRX to build PDFs but I think that Cesar CHALOM has done a free pdf export : FoxyPreviewer. To send emails, I use a library built by Francis FAURE (based on Rick STRAHL classes ?) :

RE: Sending E-mails from VFP

2012-06-29 Thread Richard Kaye
: Friday, June 29, 2012 12:22 PM To: profoxt...@leafe.com Subject: RE: Sending E-mails from VFP Cdo email is easiest probably and doesn't require Outlook. You could setup a gmail account for the company at no cost (so far) and use pure vfp code. John -Original Message- From: profox-boun

Re: RE: Sending E-mails from VFP

2012-06-29 Thread AndyD
- -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of John Harvey Sent: Friday, June 29, 2012 12:22 PM To: profoxt...@leafe.com Subject: RE: Sending E-mails from VFP Cdo email is easiest probably and doesn't require Outlook. You could

RE: Sending E-mails from VFP

2012-06-29 Thread Kurt Wendt
this afternoon to possibly discuss it... Fun, fun, fun... -K- -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Friday, June 29, 2012 1:01 PM To: profoxt...@leafe.com Subject: RE: Sending E-mails from VFP The Fox

RE: Sending E-mails from VFP

2012-06-29 Thread Kurt Wendt
Thanks for the Input Jean - and, yes - they are on the internet. -K- -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jean MAURICE Sent: Friday, June 29, 2012 12:33 PM To: profoxt...@leafe.com Subject: Re: Sending E-mails from VFP

Re: Sending E-mails from VFP

2012-06-29 Thread M Jarvis
On Fri, Jun 29, 2012 at 10:20 AM, Kurt Wendt kurtwe...@waitex.com wrote: Thanks Richard. I actually found that article by Ted and I thought I would start reading thru that one 1st. Although - right now I am working on another project that's been keeping me kinda busy. For this e-mail project,

RE: Sending E-mails from VFP

2012-06-29 Thread Kurt Wendt
Um, uh... ...actually - I mentioned in the original posting that they are Invoices. And, of course, every Invoice is different. Time to go get a Coffee Matt! gdr :-) -K- -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of M Jarvis

RE: Sending E-mails from VFP

2012-06-29 Thread Kurt Wendt
[mailto:profoxtech-boun...@leafe.com] On Behalf Of M Jarvis Sent: Friday, June 29, 2012 1:29 PM To: profoxt...@leafe.com Subject: Re: Sending E-mails from VFP On Fri, Jun 29, 2012 at 10:20 AM, Kurt Wendt kurtwe...@waitex.com wrote: Thanks Richard. I actually found that article by Ted and I thought I would

Re: Sending E-mails from VFP

2012-06-29 Thread Mike Copeland
), and it is free. There is a sample code for Foxpro on the Fox Wiki I think. Mike Copeland Original Message Subject: Re: Sending E-mails from VFP From: Kurt Wendt kurtwe...@waitex.com To: profoxt...@leafe.com Date: 6/29/2012 1:51 PM Oh - just to note - I had the meeting just now. I said I'm

Re: Sending E-mails from VFP

2012-06-29 Thread Jean MAURICE
Here is an example of vfpwinsock (http://www.vfpwinsock.com) |*SET* *PROCEDURE* *TO* VFPwinsock o=*CREATEOBJECT*(_VFP_Winsock_Send_Mail_) o.SMTP_HOST = _smtp.Serveur.com_ o.*FROM* = _mon_em...@serveur.com_ o.FROM_NAME = _Mon Nom_ o.*TO* = _ton_em...@serveur.com_ o.Subject = _Hello World_

RE: Sending E-mails from VFP

2012-06-29 Thread Kurt Wendt
...@leafe.com Subject: Re: Sending E-mails from VFP Kurt, If you're still looking for input, one of my apps does the same thing (invoice output to PDF, email the PDF). I used XFRX (not free) and Foxypreviewer (free) to output to PDF, and Blat to email. I've used several PDF solutions, including

RE: Sending E-mails from VFP

2012-06-29 Thread Kurt Wendt
), and it is free. There is a sample code for Foxpro on the Fox Wiki I think. Mike Copeland Original Message Subject: Re: Sending E-mails from VFP From: Kurt Wendt kurtwe...@waitex.com To: profoxt...@leafe.com Date: 6/29/2012 1:51 PM Oh - just to note - I had the meeting just now. I said

Re: Sending E-mails from VFP

2012-06-29 Thread Michael Oke, II
- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Mike Copeland Sent: Friday, June 29, 2012 3:08 PM To: profoxt...@leafe.com Subject: Re: Sending E-mails from VFP Kurt, If you're still looking for input, one of my apps does the same thing (invoice output

RE: Sending E-mails from VFP

2012-06-29 Thread Kurt Wendt
: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jean MAURICE Sent: Friday, June 29, 2012 3:18 PM To: profoxt...@leafe.com Subject: Re: Sending E-mails from VFP Here is an example of vfpwinsock (http://www.vfpwinsock.com) |*SET* *PROCEDURE* *TO* VFPwinsock o

RE: Sending E-mails from VFP

2012-06-29 Thread Kurt Wendt
- -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Michael Oke, II Sent: Friday, June 29, 2012 4:12 PM To: profoxt...@leafe.com Subject: Re: Sending E-mails from VFP Dump it for foxypreviewer. Works a treat and the cost is great too: free

Re: Sending E-mails from VFP

2012-06-29 Thread Mike Copeland
that a few weeks back. Mike Original Message Subject: Re: Sending E-mails from VFP From: Kurt Wendt kurtwe...@waitex.com To: profoxt...@leafe.com Date: 6/29/2012 3:05 PM In the meeting I had with my Boss today, about this client request - I also found out something else. This client has

Re: Sending E-mails from VFP

2012-06-29 Thread Michael Oke, II
] On Behalf Of Michael Oke, II Sent: Friday, June 29, 2012 4:12 PM To: profoxt...@leafe.com Subject: Re: Sending E-mails from VFP Dump it for foxypreviewer. Works a treat and the cost is great too: free. Are you generating the invoices as individual print jobs? You have to append the 2nd

RE: Sending E-mails from VFP

2012-06-29 Thread Kurt Wendt
utility that does that a few weeks back. Mike Original Message Subject: Re: Sending E-mails from VFP From: Kurt Wendt kurtwe...@waitex.com To: profoxt...@leafe.com Date: 6/29/2012 3:05 PM In the meeting I had with my Boss today, about this client request - I also found out

RE: Sending E-mails from VFP

2012-06-29 Thread Kurt Wendt
...@leafe.com] On Behalf Of Michael Oke, II Sent: Friday, June 29, 2012 4:32 PM To: profoxt...@leafe.com Subject: Re: Sending E-mails from VFP I thought that you might be sending multiple invoices to a single customer and, in that case, sending a single PDF might be preferred. As I said, look

RE: Sending E-mails from VFP

2012-06-29 Thread Kurt Wendt
MAURICE Sent: Friday, June 29, 2012 3:18 PM To: profoxt...@leafe.com Subject: Re: Sending E-mails from VFP Here is an example of vfpwinsock (http://www.vfpwinsock.com) |*SET* *PROCEDURE* *TO* VFPwinsock o=*CREATEOBJECT*(_VFP_Winsock_Send_Mail_) o.SMTP_HOST = _smtp.Serveur.com_ o.*FROM* = _mon_em