|
Email header settingsEmail header settings define the information that goes into the header of each email that is generated from an Email template. The default Email SMTP settings and the sender's name and address are defined in the Connect Designer preferences and can be adjusted per run in the Send Email and Send Test Email dialogs. The subject, the recipients (To, CC and BCC), the sender and the reply-to address can be specified with Email Script wizards. Tip: Load data Email SMTP settingsSimple Mail Transfer Protocol (SMTP) is the standard protocol for sending emails across the Internet. Default SMTP settings can be specified in the Preferences dialog: select Window > Preferences, expand the Email preferences and click SMTP. You can add as many presets as needed, for example for different Email Service Providers (see Using an ESP with PlanetPress Connect). To do this, click the Add button at the right. Then fill out the following settings:
When you click the Restore button, the presets for a number of Email Service Providers will appear. When updating the software from a version prior to version 1.5, pre-existing presets will be maintained in the new version.
In the Send Email and Send Test Email dialogs you will be able to choose one of the presets and adjust the settings to your needs. SubjectTo specify a subject for an email template:
Creating a dynamic subject with variable dataTo replace an Email section's subject by a dynamic subject:
The result of this script will appear in the email as the subject line. To create a dynamic subject without variable data, or to create a subject that depends on the value of a data field, click Expand and modify the script. If you don't know how to write a script, see Writing your own scripts. Recipients: To, CC and BCCThe Email To Script Wizard defines the email address to which the email will be sent. The Email CC Script Wizard and the Email BCC Script Wizard define additional email addresses to which the email will be sent. The To and CC email addresses will be visible to all of the recipients. The BCC ('blind carbon copy') email address(es) will not be visible to any of the other recipients. To specify recipients for Email output:
The result of this script goes in the email's To, CC, or BCC address field, respectively. It should be a valid, fully-formed email address. SenderFrom addressA default From name and email address can be specified in the Preferences dialog: select Window > Preferences, expand the Email preferences and click General. To dynamically specify a From address you have to use the Email From Script Wizard:
The result of this script overwrites the address given in the Send Email dialog or Send Test Email dialog. It should be a valid, fully-formed email address. Reply-To addressThe Reply-To address is often used when sending email campaigns and to do tracking of email replies. The Reply-To address has to be specified in a script:
The result of this script should be a valid, fully-formed email address. Email PDF passwordThe Email PDF Password Script Wizard defines a password with which to protect the PDF generated when using the Print context as PDF Attachment option in the Send Email or Send Test Email dialogs (see Generating Email output). The result of the script will be the password necessary to open the PDF when it is received by email. To define a password to protect the generated PDF attachment:
Password typesPDF allows for two types of passwords to be set on a secured PDF file: a user password and owner password. The user password allows a limited access to the file (e.g. printing or copying text from the PDF is not allowed). The owner password allows normal access to the file. The Email PDF password script sets both the user and owner password to the same value, so that when the recipient provides the password, he can manipulate the file without limitations. If a template has a Control Script that creates multiple PDF attachments, all the attachments are secured by the same password.
Via a Control Script it is possible to set a different user password and owner password, see Control Script: Securing PDF attachments, Control Scripts and Control Script API.
|
|