srowat
Comments
-
Thanks, I will try your suggestion and let you know how it works.
-
That worked great adding it to the OnFileDeviceCreate event. I appreciate your help.
-
Hi Nard,
I tried the above and got some weird results. In my sample, three files get exported to PDF. Let's call them 1.pdf, 2.pdf, 3.pdf and they get exported in that order. However, the ShowMessage on the FileDevice.OnEndJob shows th… -
Hi Nico,
Strange... The following does not work properly...procedure Group1OnGetEmailSettings(EmailSettings: TObject); begin TppEmailSettings(EmailSetti…
-
Okay, thanks.
-
Hi Nico,
What I'm trying to do is to add a record to the Attachments table in our application for each PDF that is created. A PDF is created for different "customer" records in the database. Before adding the record, I want to verify tha… -
That's awesome. Thanks so much.
-
Is there a way to use the TppEmail class to send email without adding a report? It appears that adding a report using the TppEmail.AddReport method is a requirement to send email. I was hoping to be able to use the TppEmail class to …
-
I have added a report using the AddReport method. However, what I did do that might be causing the problem, is I set all the EmailSettings on the lEmail object directly (i.e. lEmail.EmailSettings) and not on ppReport1.EmailSettings. Just to confir…
-
Ah, worked great!! Thanks again for your assistance, I appreciate it.
-
If I add multiple SMTP libraries to the 'uses' clause (i.e. ppSMTPMAPI, ppSMTPOutlook, ppRESTMailGMail, and ppRESTMailOutlook365), will all these email plugins be "registered" since there is a TppSMTPPlugIn.RegisterClass in the Initialization of all…
-
Thanks Nico. I was successfully able to get it to work for Gmail, Outlook.com and Office 365. I appreciate all your help.
-
Hi,
It appears that the ppSMTPIndy10 library can also be used to email using Gmail, Outlook.com and Office 365. How do I access and set the UseTLS propertly of the TppSMTPIndy class?