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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
davidPnt
Contributor III
Contributor III

[tSendMail] How to specify a "reply to" address ?

Hi.

With the tSendMail component, I can specify the "from" and the "sender's name" parameters.

 

Can I specify a "reply to" parameter, in order to the recipient can click on the "Reply To" button from his client mail box ?

Or is it automatically initialized with the "from" parameter value, without possibility to manage ?

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi,

 

In tSendMail component, the "from" parameter you provide should be an email id and the "sender name" should be a . So when the job is executed, the mail will be sent from the email id which you had provided as the "from" parameter. Only that, in the client mail box, instead of the email address, it will show the sender's name. If you click on the reply button, you can compose a mail and the "To" address will be automatically populated with the email address which you had provided as the "from" parameter in the tSendMail component.

 

Thanks,

Kapil Harindran

View solution in original post

2 Replies
Anonymous
Not applicable

Hi,

 

In tSendMail component, the "from" parameter you provide should be an email id and the "sender name" should be a . So when the job is executed, the mail will be sent from the email id which you had provided as the "from" parameter. Only that, in the client mail box, instead of the email address, it will show the sender's name. If you click on the reply button, you can compose a mail and the "To" address will be automatically populated with the email address which you had provided as the "from" parameter in the tSendMail component.

 

Thanks,

Kapil Harindran

davidPnt
Contributor III
Contributor III
Author

Ok.

Thanks for your answer.