Search found 6 matches
- Tue May 24 2011
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Amyuni and SMTP error codes
- Replies: 8
- Views: 18655
Re: Amyuni and SMTP error codes
Your answer was about -15 and my question was about getting a 22 back from the sdk and what it could mean. Maybe I should have started another thread?
- Fri May 13 2011
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Amyuni and SMTP error codes
- Replies: 8
- Views: 18655
Re: Amyuni and SMTP error codes
I am getting a return code of 22 from SendSmtpMailEx() using version 4.5. I cannot find what this code means to troubleshoot the error. Are there other return codes that are less common not documented?
- Fri May 13 2011
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Setting a different user password for each pdf
- Replies: 2
- Views: 7443
Re: Setting a different user password for each pdf
I would like to add to this saying that how I intended this to work failed. All pdf's that were emailed out had the same user password assigned in the first one. Calling SetDefaultConfig or SetDefaultConfigEx after modifying the user password never changed them from the first time it was called in t...
- Wed May 11 2011
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Setting a different user password for each pdf
- Replies: 2
- Views: 7443
Setting a different user password for each pdf
I want to loop through a list of invoices, printing each separately to pdf and encrypt each one with a unique password for each vendor. Speed and efficiency are a concern as there are several hundred and I want to know the best way to accomplish this. It appears I need to repeatedly call SetUserPass...
- Thu Apr 28 2011
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: SendSmtpMailEx does not send with attachment
- Replies: 3
- Views: 8419
Re: SendSmtpMailEx does not send with attachment
LOCAL CDIntfMajor as Long, CDIntfMinor as Long, PrinterDriverMajor as Long, PrinterDriverMinor as Long LOCAL lnResult1, lnResult2, lnResult3, llSuccess1, llSuccess2, llSuccess3 STORE 0 TO CDIntfMajor, CDIntfMinor, PrinterDriverMajor, PrinterDriverMinor * normal program stuff oCdi = CreateObject(&quo...
- Wed Apr 27 2011
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: SendSmtpMailEx does not send with attachment
- Replies: 3
- Views: 8419
SendSmtpMailEx does not send with attachment
Hello, If I use the SendMail which uses Outlook, I get the mail and included pdf attachment. When using the SendSmtpMailEx to avoid Outlook, I get the email but never the pdf attachment. I also notice that the CC and BCC are ignored and never receive an email. I am using PDF Converter version 4.5 (G...