How to configure Email Client Template with different 'From' email address and Display Name (label)Issue When creating an email client template, in the Sender Configuration tab, you're able to select From Generation Type to determine how/which the sender (From address) in the email client message is generated for that particular template.ReleaseOrlando and up.ResolutionAs documented, here's an example on how to change the 'From' address: Sender Configuration tab contains: From generation type = textFrom = test_email@example.com RESULT: Email client "From" displays: "test_email@example.com"Resulting email is sent as "test_email@example.com" (no label) To add an email label as well (Display Name), simply adding the full label + email address to the "From" field: If From = TEST LABEL <test_email@example.com>RESULT: Email client "From" displays: "TEST LABEL <test_email@example.com>"Resulting email is sent as "TEST LABEL <test_email@example.com>"Related LinksPlease refer to the Create an email client template documentation for additional details.