Hi, I would like to have a specific From on the outgoing emails hiding the name of the users.
I would like to have something customized like this: From: "Company Name" <[email protected]> I try this: Set($FriendlyFromLineFormat, "\"Company Name\" <%s>"); I get: From: "Company Name" <"FirstName LastName"@localdomain.localdomain> I try this: Set($FriendlyFromLineFormat, "\"Company Name %s\" <%s>"); I get this: From: "Company Name FirstName Lastname <[email protected]> RT Version: 4.0.10 Thank you, Charly
