DefaultSenderAddress (Display Name)DefaultSenderAddress (Display Name)

Hello,

Can someone tell me if there is a way to set a display name on the DefaultSenderAddress?

Config Parameters: QER\Attestation\DefaultSenderAddress

I tried using just powershell to send and it works.

Send-MailMessage -smtpServer "smtp.test.com" -to $to -from "Company Identity Manager (DEV) <NoReply@company.com>" -subject "Test" -body "Testing" -Priority High

I want the sending email to have a Display Name when sending.

Thank you,

Lu

Parents Reply
  • This does not seem to work for me in version 8.1.

    I get the following error...

    ErrorMessages (2020-09-08 15:16:22.263) [2425008] The definition does not match any valid mail user definition string.
    at StdioProcessor.StdioProcessor._Execute(Job job)
    at VI.JobService.JobComponents.MailComponent.Activate(String task)
    at VI.JobService.JobComponents.MailComponent._SendRichMail()
    at VI.Mail.MailUser..ctor(String definition)

Children