Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
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
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
Ok.
Thanks for your answer.