Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tSendMail configuration with context variables

I have a tSendMail component and I would like to use context variables for the smtp configuration
easy for server, port, username, password
but how to do it the chekboxes "SSL support" or STARTTLS support" ?

Thanks

Didier

Labels (2)
1 Reply
Anonymous
Not applicable
Author

The simple answer is: it is not possible because the code generation depends on these settings and the context variables are only embedded in the already generated code.
If you have to send mails to various servers you have to put different tSendMail components to your job and call them according your desired settings.