Index
2011-04-12 09:29Rafael Copquin : pdf files and email
2011-04-12 09:30Rafael Copquin : pdf files and email
2011-04-12 10:12Jack Skelley : RE: pdf files and email
2011-04-12 10:45Frank Cazabon : Re: pdf files and email
2011-04-12 11:39Alan Bourke : Re: pdf files and email
2011-04-12 13:28Rafael Copquin : Re: pdf files and email
2011-04-12 13:37Jerry Foote : RE: pdf files and email
2011-04-12 14:14Vincent Teachout : Re: pdf files and email
2011-04-12 14:15Rafael Copquin : Re: pdf files and email
2011-04-12 15:41Paul McNett : Re: pdf files and email
Back to top
pdf files and email

Author: Rafael Copquin

Posted: 2011-04-12 09:29:16   Link

I am using PDFCREATOR to generate a PDF file and then email it to the

customer.

However, I need the emailing process to be even more automatic, namely:

As it stands today, PDFCREATOR needs the generated PDF file to be saved,

and then opens the default email program, attaches the pdf file and the

user is forced to enter the email address of the customer.

My client would like the software to receive the email address

automatically (from a VFP table or a SQL Server table), so the process

of generating the pdf file and emailing it to the client is almost

automatic.

They presently experience a lot of errors in the email addresses,

because the users often make mistakes, especially when approaching the

end of the day.

So is there any FREE software that can receive the order to generate a

pdf file, an email address and send it without a lot of human intervention?

Or is there a way to send the email address directly to the email

software (via PDFCREATOR or otherwise?)

TIA

Rafael Copquin

_______________________________________________

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/BLU0-SMTP136F0BE5C8B2D1E497AB23FC2AB0@phx.gbl

** 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.

©2011 Rafael Copquin
Back to top
pdf files and email

Author: Rafael Copquin

Posted: 2011-04-12 09:30:21   Link

I am using PDFCREATOR to generate a PDF file and then email it to the

customer.

However, I need the emailing process to be even more automatic, namely:

As it stands today, PDFCREATOR needs the generated PDF file to be saved,

and then opens the default email program, attaches the pdf file and the

user is forced to enter the email address of the customer.

My client would like the software to receive the email address

automatically (from a VFP table or a SQL Server table), so the process

of generating the pdf file and emailing it to the client is almost

automatic.

They presently experience a lot of errors in the email addresses,

because the users often make mistakes, especially when approaching the

end of the day.

So is there any FREE software that can receive the order to generate a

pdf file, an email address and send it without a lot of human intervention?

Or is there a way to send the email address directly to the email

software (via PDFCREATOR or otherwise?)

TIA

Rafael Copquin

_______________________________________________

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/4DA453ED.9020804@ciudad.com.ar

** 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.

©2011 Rafael Copquin
Back to top
RE: pdf files and email

Author: Jack Skelley

Posted: 2011-04-12 10:12:03   Link

Rafael:

I am using the CDO email construct built into Windows within a VFP 9 form very effectively to email my Atlantic Salmon fly of the week mailing list to nearly 200 recipients from a VFP table of recipients and a table of text and attachments. I can send text and multiple jpg/pdfs/doc/txt attachments automatically.

If you wish to see the code I can email you directly.

Best regards,

Jack Skelley

________________________________________

From: profoxtech-bounces@leafe.com [profoxtech-bounces@leafe.com] on behalf of Rafael Copquin [rcopquin@ciudad.com.ar]

Sent: Tuesday, April 12, 2011 9:30 AM

To: profoxtech@leafe.com

Subject: pdf files and email

I am using PDFCREATOR to generate a PDF file and then email it to the

customer.

However, I need the emailing process to be even more automatic, namely:

As it stands today, PDFCREATOR needs the generated PDF file to be saved,

and then opens the default email program, attaches the pdf file and the

user is forced to enter the email address of the customer.

My client would like the software to receive the email address

automatically (from a VFP table or a SQL Server table), so the process

of generating the pdf file and emailing it to the client is almost

automatic.

They presently experience a lot of errors in the email addresses,

because the users often make mistakes, especially when approaching the

end of the day.

So is there any FREE software that can receive the order to generate a

pdf file, an email address and send it without a lot of human intervention?

Or is there a way to send the email address directly to the email

software (via PDFCREATOR or otherwise?)

TIA

Rafael Copquin

[excessive quoting removed by server]

_______________________________________________

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/7D9E7F72B813014C8FD022CF04F820ED01EE68@EX08.drdad.thenewarkarena.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.

©2011 Jack Skelley
Back to top
Re: pdf files and email

Author: Frank Cazabon

Posted: 2011-04-12 10:45:21   Link

Hi Rafael,

I use this to create the PDF with no user input:

http://msdn.microsoft.com/en-us/library/ms947696.aspx

Here are other options:

http://fox.wikis.com/wc.dll?Wiki~PDFdrivers

Then you can use Outlook Automation (if the client is using Outlook), or

any of these suggestions to send the email with the PDF attached:

http://fox.wikis.com/wc.dll?Wiki~AutomatedEmail~VFP

Frank.

Frank Cazabon

Samaan Systems Ltd. - Developing Solutions

www.SamaanSystems.com

On 12/04/2011 09:30 AM, Rafael Copquin wrote:

> I am using PDFCREATOR to generate a PDF file and then email it to the

>

> customer.

> However, I need the emailing process to be even more automatic, namely:

>

> As it stands today, PDFCREATOR needs the generated PDF file to be saved,

> and then opens the default email program, attaches the pdf file and the

> user is forced to enter the email address of the customer.

>

> My client would like the software to receive the email address

> automatically (from a VFP table or a SQL Server table), so the process

> of generating the pdf file and emailing it to the client is almost

> automatic.

>

> They presently experience a lot of errors in the email addresses,

> because the users often make mistakes, especially when approaching the

> end of the day.

>

> So is there any FREE software that can receive the order to generate a

> pdf file, an email address and send it without a lot of human intervention?

>

> Or is there a way to send the email address directly to the email

> software (via PDFCREATOR or otherwise?)

>

> TIA

>

> Rafael Copquin

>

>

>

[excessive quoting removed by server]

_______________________________________________

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/4DA46581.2040304@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.

©2011 Frank Cazabon
Back to top
Re: pdf files and email

Author: Alan Bourke

Posted: 2011-04-12 11:39:25   Link

Our software creates a PDF on disk using Amyuni PDF Creator, then I have

an add-on that uses Craig Boyd's MAPI FLL to pick that up and send it

silently by automating Outlook. Works great.

On Tue, 12 Apr 2011 10:45 -0400, "Frank Cazabon"

<frank.cazabon@gmail.com> wrote:

> Hi Rafael,

>

> I use this to create the PDF with no user input:

>

> http://msdn.microsoft.com/en-us/library/ms947696.aspx

>

> Here are other options:

>

> http://fox.wikis.com/wc.dll?Wiki~PDFdrivers

>

> Then you can use Outlook Automation (if the client is using Outlook), or

> any of these suggestions to send the email with the PDF attached:

>

> http://fox.wikis.com/wc.dll?Wiki~AutomatedEmail~VFP

>

> Frank.

>

> Frank Cazabon

> Samaan Systems Ltd. - Developing Solutions

> www.SamaanSystems.com

>

>

> On 12/04/2011 09:30 AM, Rafael Copquin wrote:

> > I am using PDFCREATOR to generate a PDF file and then email it to the

> >

> > customer.

> > However, I need the emailing process to be even more automatic, namely:

> >

> > As it stands today, PDFCREATOR needs the generated PDF file to be saved,

> > and then opens the default email program, attaches the pdf file and the

> > user is forced to enter the email address of the customer.

> >

> > My client would like the software to receive the email address

> > automatically (from a VFP table or a SQL Server table), so the process

> > of generating the pdf file and emailing it to the client is almost

> > automatic.

> >

> > They presently experience a lot of errors in the email addresses,

> > because the users often make mistakes, especially when approaching the

> > end of the day.

> >

> > So is there any FREE software that can receive the order to generate a

> > pdf file, an email address and send it without a lot of human intervention?

> >

> > Or is there a way to send the email address directly to the email

> > software (via PDFCREATOR or otherwise?)

> >

> > TIA

> >

> > Rafael Copquin

> >

> >

> >

[excessive quoting removed by server]

_______________________________________________

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/1302622765.8466.1440293913@webmail.messagingengine.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.

©2011 Alan Bourke
Back to top
Re: pdf files and email

Author: Rafael Copquin

Posted: 2011-04-12 13:28:29   Link

I would appreciate it, thanks

Rafael

El 12/04/2011 11:12, Jack Skelley escribió:

> Rafael:

> I am using the CDO email construct built into Windows within a VFP 9 form very effectively to email my Atlantic Salmon fly of the week mailing list to nearly 200 recipients from a VFP table of recipients and a table of text and attachments. I can send text and multiple jpg/pdfs/doc/txt attachments automatically.

> If you wish to see the code I can email you directly.

> Best regards,

>

> Jack Skelley

>

>

> ________________________________________

> From: profoxtech-bounces@leafe.com [profoxtech-bounces@leafe.com] on behalf of Rafael Copquin [rcopquin@ciudad.com.ar]

> Sent: Tuesday, April 12, 2011 9:30 AM

> To: profoxtech@leafe.com

> Subject: pdf files and email

>

> I am using PDFCREATOR to generate a PDF file and then email it to the

>

> customer.

> However, I need the emailing process to be even more automatic, namely:

>

> As it stands today, PDFCREATOR needs the generated PDF file to be saved,

> and then opens the default email program, attaches the pdf file and the

> user is forced to enter the email address of the customer.

>

> My client would like the software to receive the email address

> automatically (from a VFP table or a SQL Server table), so the process

> of generating the pdf file and emailing it to the client is almost

> automatic.

>

> They presently experience a lot of errors in the email addresses,

> because the users often make mistakes, especially when approaching the

> end of the day.

>

> So is there any FREE software that can receive the order to generate a

> pdf file, an email address and send it without a lot of human intervention?

>

> Or is there a way to send the email address directly to the email

> software (via PDFCREATOR or otherwise?)

>

> TIA

>

> Rafael Copquin

>

>

>

[excessive quoting removed by server]

_______________________________________________

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/4DA48BBD.5000303@ciudad.com.ar

** 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.

©2011 Rafael Copquin
Back to top
RE: pdf files and email

Author: Jerry Foote

Posted: 2011-04-12 13:37:52   Link

I would appreciate a copy of that code too.

Does it work with windows 7

Thanks Jerry

-----Original Message-----

From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf

Of Rafael Copquin

Sent: Tuesday, April 12, 2011 12:28 PM

To: profox@leafe.com

Subject: Re: pdf files and email

I would appreciate it, thanks

Rafael

El 12/04/2011 11:12, Jack Skelley escribió:

> Rafael:

> I am using the CDO email construct built into Windows within a VFP 9 form

very effectively to email my Atlantic Salmon fly of the week mailing list to

nearly 200 recipients from a VFP table of recipients and a table of text and

attachments. I can send text and multiple jpg/pdfs/doc/txt attachments

automatically.

> If you wish to see the code I can email you directly.

> Best regards,

>

> Jack Skelley

>

>

> ________________________________________

> From: profoxtech-bounces@leafe.com [profoxtech-bounces@leafe.com] on

behalf of Rafael Copquin [rcopquin@ciudad.com.ar]

> Sent: Tuesday, April 12, 2011 9:30 AM

> To: profoxtech@leafe.com

> Subject: pdf files and email

>

> I am using PDFCREATOR to generate a PDF file and then email it to the

>

> customer.

> However, I need the emailing process to be even more automatic, namely:

>

> As it stands today, PDFCREATOR needs the generated PDF file to be saved,

> and then opens the default email program, attaches the pdf file and the

> user is forced to enter the email address of the customer.

>

> My client would like the software to receive the email address

> automatically (from a VFP table or a SQL Server table), so the process

> of generating the pdf file and emailing it to the client is almost

> automatic.

>

> They presently experience a lot of errors in the email addresses,

> because the users often make mistakes, especially when approaching the

> end of the day.

>

> So is there any FREE software that can receive the order to generate a

> pdf file, an email address and send it without a lot of human

intervention?

>

> Or is there a way to send the email address directly to the email

> software (via PDFCREATOR or otherwise?)

>

> TIA

>

> Rafael Copquin

>

>

>

[excessive quoting removed by server]

_______________________________________________

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/AE55EE7A44B549AABF61D9D20353B9FD@jerryfootePC

** 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.

©2011 Jerry Foote
Back to top
Re: pdf files and email

Author: Vincent Teachout

Posted: 2011-04-12 14:14:14   Link

Frank Cazabon wrote:

> Hi Rafael,

>

> I use this to create the PDF with no user input:

>

> http://msdn.microsoft.com/en-us/library/ms947696.aspx

That link is a keeper - thanks!

_______________________________________________

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/4DA49676.6090608@taconic.net

** 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.

©2011 Vincent Teachout
Back to top
Re: pdf files and email

Author: Rafael Copquin

Posted: 2011-04-12 14:15:25   Link

thank you all

Rafael Copquin

El 12/04/2011 12:39, Alan Bourke escribió:

> Our software creates a PDF on disk using Amyuni PDF Creator, then I have

> an add-on that uses Craig Boyd's MAPI FLL to pick that up and send it

> silently by automating Outlook. Works great.

>

> On Tue, 12 Apr 2011 10:45 -0400, "Frank Cazabon"

> <frank.cazabon@gmail.com> wrote:

>> Hi Rafael,

>>

>> I use this to create the PDF with no user input:

>>

>> http://msdn.microsoft.com/en-us/library/ms947696.aspx

>>

>> Here are other options:

>>

>> http://fox.wikis.com/wc.dll?Wiki~PDFdrivers

>>

>> Then you can use Outlook Automation (if the client is using Outlook), or

>> any of these suggestions to send the email with the PDF attached:

>>

>> http://fox.wikis.com/wc.dll?Wiki~AutomatedEmail~VFP

>>

>> Frank.

>>

>> Frank Cazabon

>> Samaan Systems Ltd. - Developing Solutions

>> www.SamaanSystems.com

>>

>>

>> On 12/04/2011 09:30 AM, Rafael Copquin wrote:

>>> I am using PDFCREATOR to generate a PDF file and then email it to the

>>>

>>> customer.

>>> However, I need the emailing process to be even more automatic, namely:

>>>

>>> As it stands today, PDFCREATOR needs the generated PDF file to be saved,

>>> and then opens the default email program, attaches the pdf file and the

>>> user is forced to enter the email address of the customer.

>>>

>>> My client would like the software to receive the email address

>>> automatically (from a VFP table or a SQL Server table), so the process

>>> of generating the pdf file and emailing it to the client is almost

>>> automatic.

>>>

>>> They presently experience a lot of errors in the email addresses,

>>> because the users often make mistakes, especially when approaching the

>>> end of the day.

>>>

>>> So is there any FREE software that can receive the order to generate a

>>> pdf file, an email address and send it without a lot of human intervention?

>>>

>>> Or is there a way to send the email address directly to the email

>>> software (via PDFCREATOR or otherwise?)

>>>

>>> TIA

>>>

>>> Rafael Copquin

>>>

>>>

>>>

[excessive quoting removed by server]

_______________________________________________

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/4DA496BD.5010901@ciudad.com.ar

** 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.

©2011 Rafael Copquin
Back to top
Re: pdf files and email

Author: Paul McNett

Posted: 2011-04-12 15:41:09   Link

On Apr 12, 2011, at 11:14, Vincent Teachout <teachv@taconic.net> wrote:

> Frank Cazabon wrote:

>> Hi Rafael,

>>

>> I use this to create the PDF with no user input:

>>

>> http://msdn.microsoft.com/en-us/library/ms947696.aspx

>

> That link is a keeper - thanks!

>

>

This is definitely the way to go. I've been doing this albeit without

the reportlistener since about 2001. I use blat to send the email.

Smtp good.

_______________________________________________

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/6C262381-0F3D-44FA-B77F-9989E10496BC@ulmcnett.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.

©2011 Paul McNett