PDF Document Emailer

The PDF Emailer is a publisher build to create and email a pdf document. The input document requires a specific format, which can be found in the examples area. This document is based on a transactional document, such as an order/credit or invoice document. It has a node which contains the distribution list of emails within the document to send out, however you can also add in addition email recipients in the connector settings which will get a copy of all emails. Lastly the connector can be set to query MySQL, where a query on the customer code of the document, to a user ClaimValue in Utopia Identity server serves the email to any matches it finds. Primarily used in conjunction with the Moditar B2B order application

Inputs: SMTP Server: input SMTP server host details (if you do not have one please see tutorial on how to create a SMTP account)

SMTP SSL: toggle to use SSL or not

SMTP Port: Port for SMTP connection

SMTP Username: SMTP provider api client id/user name.

SMTP Password: SMTP provider api secret/password

Recipients: admin email address to get copies of all email distributions

Sender: email address sending from (should be loaded into your SMTP accounts)

Subject: Email subject line

Body: Write your email body here

Query Identity: toggle on if you would like to use the customer code to query for linked user accounts in Identity server claim values. If Off these next fields are not compulsory.

NB: This is specifically designed to work with the Moditar Order Application

Identity Sql Type: choose from drop-down

ConnectionString: add in your connection string in format - server=<url_Host_address>;Database= <databaseName>;Uid=<username>;Pwd=<Password>;AllowUserVariables=True

PDF Logo Url – publicly exposed URL for a logo to use on the PDF

Last updated