Use HTML from MySQL to generate a PDF and send it to an e-mail address.
Run the specified SQL Query against a MySQL database to obtain the HTML needed to create a PDF file, then send the file to the specified recipients via e-mail.
Variables
Credentials to use to access the MySQL Database.
SQL Query to retrieve the HTML code that will be used to create the content of the PDF file.
Date and time where the processing of your sequentially sorted data should begin. Formatted as YYYY-MM-DD HH:MM:SS in UTC timezone.
SQL query to use to determine the end point of the data to process.
Parameters to use in your SQL queries, if any. Refer to slide out help for more information.
Parameters to control the general structure of the PDF file created.
Specify the name of the PDF file to create and attach to the e-mail. Can use dynamic values.
Credentials to use to access the SMTP Server.
If this field is blank, the e-mail address associated with the Username specified in the SMTP connection will be used.
Addresses to place in the To field of the e-mail. Multiple values must be separated by commas.
Addresses to place in the Cc field of the e-mail. Multiple values must be separated by commas.
Addresses to place in the Bcc field of the e-mail. Multiple values must be separated by commas.
Subject content of the email.
Body content of the email.