About this task
When you configure Target Publications for translation, you can specify a comma-separated list of email addresses in the Send notification email to field. When a Translation Job is sent for translation, an email is sent to the addressees listed in the Target Publication configured to receive the translated content notifying them of the items sent for translation.
Note: You can encrypt passwords in the TranslationManager.xml configuration file using the encryption tool delivered with Translation Manager.
-
Attributes
-
The
<SmtpServer> element has the following attributes:
-
| Attribute | Description |
|---|
port | Port number |
username | SMTP server username |
password | SMTP password |
authentication | Authentication method (if set to none, the username and password attributes are not used):
|
connectionTimeout | The number of seconds to wait for a connection to open before canceling the attempt and generating an error |
replyAddress | Email address where a reply to a notification mail is sent |
sendAddress | Email address from where a notification mail is sent |
templateFolder | The location and name of a template used for email notification. When you run the Translation Manager installer, default templates EmailTemplate.html.xml and EmailTemplate.txt.xml are installed in your SDL Tridion Sites installation \config\TranslationManagerEmailTemplates directory. |
What to do next
The
ErrorEmailNotificationsPlugin.cs sample plugin, available on the
SDL Tridion Sites installation media in the
Translation Manager\Samples\Plugins directory, demonstrates how to send e-mail notifications if errors occur during the translation process.