Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
AlessandroCic
Contributor III
Contributor III

tSendEmail - parametrize setting SSL

Hi

in my organization the mail server has been changed.

It is now possible to send service emails without authentication and without SSL Support and STARTTLS Support.

Can I parameterize this setting through a context parameter or something like (for example) the SMTP host?

Regards

Alessandro

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

You cannot parameterise tick boxes directly, but what you can do (depending on how many permutations of configurations you have) is use the flow to do this. Let's say you have 2 different configs for your tSendEmail, one using SSL and the other not using it. You can have two different components configured and use RunIf links to decide which flow to proceed along. The RunIf links can be triggered via context variables.

View solution in original post

2 Replies
Anonymous
Not applicable

You cannot parameterise tick boxes directly, but what you can do (depending on how many permutations of configurations you have) is use the flow to do this. Let's say you have 2 different configs for your tSendEmail, one using SSL and the other not using it. You can have two different components configured and use RunIf links to decide which flow to proceed along. The RunIf links can be triggered via context variables.

AlessandroCic
Contributor III
Contributor III
Author

Ok. I understand.

Thank you.

Regards.

Alessandro