You can't use this until you register with us!




Description

Use data from MySQL to generate a PDF with barcodes and send it to an e-mail address.


Purchasing Options



Available Actions

Create PDF

Run the specified SQL Query against a MySQL database to obtain the information needed to generate barcode images and create a PDF file containing the images, then send the file to the specified recipients via e-mail.


Variables

Database Parameters
target_db required

MySQL Database with the data needed to create the PDF file.

pointer required

Date and time where the processing of your sequentially sorted data should begin. Formatted as YYYY-MM-DD HH:MM:SS in UTC timezone.

html_sql required

SQL Query create the content of the PDF file in HTML format.

barcodes_sql required

SQL Query to create the data needed for generating the barcode images.

range_end_point_query

SQL query to use to determine the end point of the data to process.

post_sql_query

SQL Steps to run after the e-mail has been sent.

user_params

Parameters to use in your SQL queries, if any. Refer to slide out help for more information.

custom_nnd_id

Specific custom_nnd_id parameter to use in your SQL queries, if needed.


PDF Parameters
pdf_config

Specify parameters to control the general structure of the PDF file created.

pdf_filename

Specify the name of the PDF file to create and attach to the e-mail. Can use dynamic values.


Email Parameters
smtp_connection required

SMTP Server to use.

alt_from

If this field is blank, the e-mail address associated with the Username specified in the SMTP connection will be used.

to required

Addresses to place in the To field of the e-mail. Multiple values must be separated by commas.

cc

Addresses to place in the Cc field of the e-mail. Multiple values must be separated by commas.

bcc

Addresses to place in the Bcc field of the e-mail. Multiple values must be separated by commas.

subject required

Subject content of the email.

body required

Body content of the email.